mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
Update nginx-site.conf
Added default php-fpm socket.
This commit is contained in:
parent
67602df162
commit
19d14e00db
@ -15,7 +15,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location = /index.php {
|
location = /index.php {
|
||||||
# fastcgi_pass unix:/
|
# fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
|
||||||
fastcgi_pass 127.0.0.1:9000;
|
fastcgi_pass 127.0.0.1:9000;
|
||||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user