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

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-09-11 12:03:59 +02:00
parent 9492e3db10
commit 93ba5b9d00

View file

@ -9,9 +9,9 @@ location __PATH__/ {
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
client_max_body_size 256M;
if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; }
#try_files $uri $uri/ __PATH__/index.php?$args;
if (!-e $request_filename) {
rewrite ^ __PATH__/index.php last;
}
location __PATH__/bl-content/databases/ { deny all; }
location __PATH__/bl-content/workspaces/ { deny all; }