1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/h5ai_ynh.git synced 2024-09-03 20:36:25 +02:00

Merge pull request #2 from ericgaspar/fix-php-version

Fix php version
This commit is contained in:
Alexandre Aubin 2020-09-19 21:27:36 +02:00 committed by GitHub
commit 5b0905a3d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -2,11 +2,11 @@
"name": "H5AI",
"id": "h5ai",
"packaging_format": 1,
"version": "0.29.2~ynh1",
"description": {
"en": "A modern HTTP web server index for NGINX.",
"fr": "Un serveur moderne d'index pour NGINX."
},
"version": "0.29.2~ynh2",
"url": "https://larsjung.de/h5ai/",
"license": "MIT",
"maintainer": {