1
0
Fork 0
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:
Josué Tille 2021-04-23 16:01:38 +02:00
parent 971275f8b1
commit 81c809131d
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

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