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:
ericgaspar 2021-06-12 08:32:57 +02:00
parent 3cd03594f8
commit 7112550579

View file

@ -14,7 +14,7 @@ location __PATH__/ {
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;
# Override CSP header to make SSOWAT user panel compatible with kanboard # Override CSP header to make SSOWAT user panel compatible with kanboard
more_set_headers 'Content-Security-Policy: default-src self unsafe-eval data:'; more_set_headers "Content-Security-Policy: default-src 'self' 'unsafe-eval' data:;";
location __PATH__/(?:kanboard|config.php|config.default.php) { location __PATH__/(?:kanboard|config.php|config.default.php) {
deny all; deny all;