mirror of
https://github.com/YunoHost-Apps/bludit_ynh.git
synced 2024-09-03 18:06:13 +02:00
Merge branch 'nginx-conf'
This commit is contained in:
commit
e10838bd22
1 changed files with 5 additions and 5 deletions
|
@ -13,12 +13,12 @@ location __PATH__/ {
|
|||
|
||||
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; }
|
||||
location ^~ /bludit/bl-content/pages/ { deny all; }
|
||||
location ^~ /bludit/bl-kernel/*.php { deny all; }
|
||||
#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; }
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
|
|
Loading…
Reference in a new issue