1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00

Minimum yunohost version 3 required and nginx fix

This commit is contained in:
anmol 2019-04-05 16:46:36 +05:30
parent 41a3dc0425
commit c01eb0087b
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ location __PATH__ {
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass unix:/var/run/php5-fpm-__NAME__.sock;
fastcgi_pass unix:/var/run/php7.0-fpm-__NAME__.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;

View file

@ -3,7 +3,7 @@
"id": "shaarli",
"packaging_format": 1,
"requirements": {
"yunohost": ">= 2.7.2"
"yunohost": ">= 3.0.0"
},
"description": {
"en": "The personal, minimalist, super-fast, no-database delicious clone",