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:
parent
fdc1bdc31b
commit
2a98f15228
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue