mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
Update nginx.conf.j2
Add max body variable for import db
This commit is contained in:
parent
522c6796da
commit
78587d56eb
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ 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 }};
|
||||
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;
|
||||
|
|
Loading…
Add table
Reference in a new issue