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 nginx.conf

This commit is contained in:
ericgaspar 2022-02-21 15:24:53 +01:00
parent 43525199c0
commit ce17cd7bf8

View file

@ -36,7 +36,7 @@ location /_matrix {
client_max_body_size 100M;
}
location /_synapse {
location /_synapse/admin {
proxy_pass http://127.0.0.1:8008;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host;