mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
[fix] Use different php-fpm sock
This commit is contained in:
parent
30bc875a2b
commit
f39a920ae9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ location PATHTOCHANGE {
|
|||
try_files $uri $uri/ /index.php;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
fastcgi_pass unix:/var/run/php5-fpm-opensondage.sock;
|
||||
fastcgi_pass unix:/var/run/php5-fpm-YNH_APP_INSTANCE_NAME.sock;
|
||||
include fastcgi_params;
|
||||
fastcgi_param REMOTE_USER $remote_user;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
|
|
Loading…
Add table
Reference in a new issue