mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Fix yunohost panel #10
This commit is contained in:
parent
b4b9552579
commit
82129d1d3f
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ location PATHTOCHANGE {
|
|||
index index.php;
|
||||
client_max_body_size 50M;
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
more_set_headers Content-Security-Policy "default-src 'self' 'unsafe-eval' data:;";
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
|
|
Loading…
Add table
Reference in a new issue