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 2022-06-06 12:20:17 +02:00
parent a34a1f9ead
commit 724d488c7e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -6,7 +6,7 @@ location __PATH__/ {
index index.php; index index.php;
client_max_body_size 50M; client_max_body_size 50M;
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ __PATH__/index.php;
# 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:; style-src 'self' 'unsafe-inline'"; more_set_headers "Content-Security-Policy: default-src 'self' 'unsafe-eval' data:; style-src 'self' 'unsafe-inline'";