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

@ -2,7 +2,7 @@
location __PATH__/ { location __PATH__/ {
# Path to source # Path to source
alias __INSTALL_DIR__/__NAME__/ ; alias __INSTALL_DIR__/__NAME__/;
index index.php; index index.php;
if (!-e $request_filename) if (!-e $request_filename)
{ {
@ -12,7 +12,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 500M;
try_files $uri $uri/ index.php; try_files $uri $uri/ index.php;