1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-01-31 22:32:30 +01:00
parent 4264b1b721
commit a40c811b2c

View file

@ -7,7 +7,7 @@ location ^~ __PATH__/ {
index index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;
client_max_body_size 50M;
try_files $uri $uri/ @monica;
location ~ \.php {