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:
parent
4264b1b721
commit
a40c811b2c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ location ^~ __PATH__/ {
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|
||||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
# 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;
|
try_files $uri $uri/ @monica;
|
||||||
location ~ \.php {
|
location ~ \.php {
|
||||||
|
|
Loading…
Add table
Reference in a new issue