1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

changed php5-fpm.sock in nginx

This commit is contained in:
Anmol 2017-07-19 01:45:31 +05:30
parent 766aee3a43
commit 2312a73cad

View file

@ -29,7 +29,7 @@ location __PATH__ {
# Execute and serve PHP files
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass unix:/var/run/php5-fpm-my_webapp.sock;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;