mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix nginx headers
This commit is contained in:
parent
971275f8b1
commit
81c809131d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ location __PATH__ {
|
|||
proxy_pass http://localhost:__PORT__;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
client_max_body_size 100M;
|
||||
|
||||
|
|
Loading…
Reference in a new issue