mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
Add client max body size
This commit is contained in:
parent
522c6796da
commit
2ef2d1296e
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ location / {
|
|||
}
|
||||
try_files $uri @{{ app }};
|
||||
}
|
||||
client_max_body_size 50M;
|
||||
|
||||
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…
Reference in a new issue