diff --git a/conf/nginx.conf b/conf/nginx.conf index cdbdb21..24409ba 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; diff --git a/manifest.json b/manifest.json index 36a85cf..7728111 100644 --- a/manifest.json +++ b/manifest.json @@ -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": {