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
a34a1f9ead
commit
724d488c7e
1 changed files with 1 additions and 1 deletions
|
@ -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'";
|
||||||
|
|
Loading…
Reference in a new issue