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
|
@ -14,11 +14,6 @@ location __PATH__/ {
|
|||
deny all;
|
||||
}
|
||||
|
||||
# Deny access to the directory data
|
||||
location __PATH__/data {
|
||||
deny all;
|
||||
}
|
||||
|
||||
try_files $uri $uri/ __PATH__/index.php;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
|
|
Loading…
Add table
Reference in a new issue