1
0
Fork 0
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:
Josué Tille 2018-03-10 17:11:05 +01:00
parent 8664efeadc
commit 444838a1ef
2 changed files with 4 additions and 1 deletions

View file

@ -13,6 +13,9 @@ location __PATH__/ {
# Common parameter to increase upload size limit in conjuction with dedicated php-fpm file
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;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;

View file

@ -6,7 +6,7 @@
"en": "A groupware (webmail, adressbook, calendar) witch use 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/",
"license": "LGPL-2.0",
"maintainer": {