1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/aeneria_ynh.git synced 2024-09-03 18:06:15 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2024-01-09 14:28:52 +01:00
parent 2ee2eda09c
commit 303ce56567

View file

@ -4,6 +4,8 @@ location __PATH__/ {
# Path to source
alias __INSTALL_DIR__/public/;
index index.php;
client_body_timeout 60m;
proxy_read_timeout 60m;
fastcgi_read_timeout 60m;