1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00

[fix] Upload problem

This commit is contained in:
magikcypress 2017-04-02 17:26:25 +02:00
parent d0c9580320
commit aa907b7a17

View file

@ -21,6 +21,7 @@ location __PATH__ {
proxy_set_header Upgrade $http_upgrade ;
proxy_set_header Connection "upgrade" ;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;