1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00

Cleanup nginx conf

This commit is contained in:
Salamandar 2024-01-12 10:54:19 +01:00
parent afe79e8c89
commit 5d60c5d3bf

View file

@ -12,7 +12,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 500M;
try_files $uri $uri/ index.php;