From c01eb0087bad4738eae02b935a1924bc911cf2c0 Mon Sep 17 00:00:00 2001 From: anmol Date: Fri, 5 Apr 2019 16:46:36 +0530 Subject: [PATCH] Minimum yunohost version 3 required and nginx fix --- conf/nginx.conf | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 5aaeab1..a133f7e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; diff --git a/manifest.json b/manifest.json index 97d49f3..2166b97 100644 --- a/manifest.json +++ b/manifest.json @@ -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",