1
0
Fork 0
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:
mdphoto 2020-06-12 17:55:28 +02:00 committed by GitHub
parent 2ef2d1296e
commit 606fc89319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }};