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:
ericgaspar 2020-10-14 18:45:28 +02:00
parent 8fd6f1a2e9
commit 3a6446bd1c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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