1
0
Fork 0
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:
Éric Gaspar 2023-10-24 10:57:55 +02:00
parent 969f1cf66b
commit e5b7284b2c

View file

@ -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)(/.*)$;