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

Update nginx.conf

This commit is contained in:
ericgaspar 2021-09-08 09:50:15 +02:00
parent fdc1bdc31b
commit 2a98f15228
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -5,8 +5,8 @@ location __PATH__/ {
rewrite ^ https://$server_name$request_uri? permanent;
}
proxy_pass http://127.0.0.1:__PORT__;
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:__PORT__;
proxy_set_header Host $host;
proxy_buffering off;
client_max_body_size 50M;