mirror of
https://github.com/YunoHost-Apps/synapse-admin_ynh.git
synced 2024-09-03 20:26:34 +02:00
Update endpoint.nginx.conf
This commit is contained in:
parent
9d721d869c
commit
3278343f6e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
location /_synapse/admin {
|
||||
proxy_pass http://localhost:__SYNAPSE_PORT__;
|
||||
proxy_pass http://127.0.0.1:__SYNAPSE_PORT__;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $host;
|
||||
|
|
Loading…
Reference in a new issue