mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
Update nginx.conf
This commit is contained in:
parent
2ef2d1296e
commit
606fc89319
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ location / {
|
|||
try_files $uri @{{ app }};
|
||||
}
|
||||
client_max_body_size 50M;
|
||||
client_body_timeout 60m;
|
||||
fastcgi_read_timeout 60m;
|
||||
|
||||
location @{{ app }} {
|
||||
proxy_pass http://127.0.0.1:{{ port }};
|
||||
|
|
Loading…
Reference in a new issue