mirror of
https://github.com/YunoHost-Apps/h5ai_ynh.git
synced 2024-09-03 20:36:25 +02:00
commit
5b0905a3d4
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue