mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
Fixed wrong path of php in nginx
This commit is contained in:
parent
0b99bad06e
commit
5a0c8842bd
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# ZAP for YunoHost
|
# ZAP for YunoHost
|
||||||
|
|
||||||
(https://dash.yunohost.org/appci/app/zap)  
|
[](https://dash.yunohost.org/appci/app/zap)  
|
||||||
[](https://install-app.yunohost.org/?app=Zap)
|
[](https://install-app.yunohost.org/?app=zap)
|
||||||
|
|
||||||
> *This package allow you to install ZAP quickly and simply on a YunoHost server.
|
> *This package allow you to install ZAP quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
location ~* \.php$
|
location ~* \.php$
|
||||||
{
|
{
|
||||||
try_files $uri =404;
|
try_files $uri =404;
|
||||||
fastcgi_pass unix:/var/run/php__PHPVERSION__-fpm-__NAME__.sock;
|
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
|
|
Loading…
Add table
Reference in a new issue