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 11:25:04 +02:00
parent 3b73aa7988
commit 9492e3db10

View file

@ -11,7 +11,7 @@ location __PATH__/ {
if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; }
#try_files $uri $uri/ /bludit//bludit/index.php?$args; #try_files $uri $uri/ __PATH__/index.php?$args;
location __PATH__/bl-content/databases/ { deny all; } location __PATH__/bl-content/databases/ { deny all; }
location __PATH__/bl-content/workspaces/ { deny all; } location __PATH__/bl-content/workspaces/ { deny all; }