From 6a4526c55d263971ad04a903731a65c34235e455 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 17 Dec 2021 12:11:24 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d872534..352dcd4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,7 @@ location __PATH__/ { try_files $uri $uri/ /index.php?$args; # 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) { deny all;