Skip to content

Commit

Permalink
Merge pull request #2 from ericgaspar/fix-php-version
Browse files Browse the repository at this point in the history
Fix php version
  • Loading branch information
alexAubin committed Sep 19, 2020
2 parents d977e66 + ecd0235 commit 5b0905a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 5b0905a

Please sign in to comment.