1
0
Fork 0
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:
Éric Gaspar 2023-01-24 18:19:32 +01:00
parent 9d721d869c
commit 3278343f6e

View file

@ -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;