mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Update nginx.conf
This commit is contained in:
parent
969f1cf66b
commit
e5b7284b2c
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ location __PATH__/ {
|
||||||
location __PATH__/(?:kanboard|config.php|config.default.php) {
|
location __PATH__/(?:kanboard|config.php|config.default.php) {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Deny access to the directory data
|
|
||||||
location __PATH__/data {
|
|
||||||
deny all;
|
|
||||||
}
|
|
||||||
|
|
||||||
try_files $uri $uri/ __PATH__/index.php;
|
try_files $uri $uri/ __PATH__/index.php;
|
||||||
location ~ [^/]\.php(/|$) {
|
location ~ [^/]\.php(/|$) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue