mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
Fix stretch
This commit is contained in:
parent
8664efeadc
commit
444838a1ef
2 changed files with 4 additions and 1 deletions
|
@ -13,6 +13,9 @@ location __PATH__/ {
|
||||||
# Common parameter to increase upload size limit in conjuction with dedicated php-fpm file
|
# Common parameter to increase upload size limit in conjuction with dedicated php-fpm file
|
||||||
client_max_body_size 50M;
|
client_max_body_size 50M;
|
||||||
|
|
||||||
|
# Allow horde to use 'eval' without blocking the execution. But keep a warning.
|
||||||
|
add_header Content-Security-Policy-Report-Only "script-src https: 'unsafe-eval'";
|
||||||
|
|
||||||
try_files $uri $uri/ index.php;
|
try_files $uri $uri/ index.php;
|
||||||
location ~ [^/]\.php(/|$) {
|
location ~ [^/]\.php(/|$) {
|
||||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A groupware (webmail, adressbook, calendar) witch use PHP",
|
"en": "A groupware (webmail, adressbook, calendar) witch use PHP",
|
||||||
"fr": "Un groupware (webmail, carnet adresses, agenda), utilisant PHP."
|
"fr": "Un groupware (webmail, carnet adresses, agenda), utilisant PHP."
|
||||||
},
|
},
|
||||||
"version": "5.2.22~ynh1",
|
"version": "5.2.22~ynh2",
|
||||||
"url": "https://www.horde.org/",
|
"url": "https://www.horde.org/",
|
||||||
"license": "LGPL-2.0",
|
"license": "LGPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Reference in a new issue