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 23:24:22 +02:00
parent e10838bd22
commit 7deb9b41b0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -15,10 +15,10 @@ location __PATH__/ {
#try_files $uri $uri/ /bludit//bludit/index.php?$args;
#location ^~ /bludit/bl-content/databases/ { deny all; }
#location ^~ /bludit/bl-content/workspaces/ { deny all; }
#location ^~ /bludit/bl-content/pages/ { deny all; }
#location ^~ /bludit/bl-kernel/*.php { deny all; }
#location __PATH__/bl-content/databases/ { deny all; }
#location __PATH__/bl-content/workspaces/ { deny all; }
#location __PATH__/bl-content/pages/ { deny all; }
#location __PATH__/bl-kernel/*.php { deny all; }
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {