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:
parent
41a3dc0425
commit
c01eb0087b
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ location __PATH__ {
|
||||||
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)(/.*)$;
|
||||||
fastcgi_pass unix:/var/run/php5-fpm-__NAME__.sock;
|
fastcgi_pass unix:/var/run/php7.0-fpm-__NAME__.sock;
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
fastcgi_param REMOTE_USER $remote_user;
|
fastcgi_param REMOTE_USER $remote_user;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"id": "shaarli",
|
"id": "shaarli",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 2.7.2"
|
"yunohost": ">= 3.0.0"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en": "The personal, minimalist, super-fast, no-database delicious clone",
|
"en": "The personal, minimalist, super-fast, no-database delicious clone",
|
||||||
|
|
Loading…
Add table
Reference in a new issue