mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update conf/nginx.conf
This commit is contained in:
parent
a890096313
commit
3dbd81ed70
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ location __PATH__/ {
|
|||
}
|
||||
|
||||
|
||||
location /_synapse/ {
|
||||
location _synapse/ {
|
||||
proxy_pass http://localhost:__PORT__;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
|
Loading…
Reference in a new issue