This website requires JavaScript.
Explore
Help
Sign In
asif
/
nginx-basic
Watch
1
Star
0
Fork
0
You've already forked nginx-basic
Code
Issues
Pull Requests
Releases
Wiki
Activity
ccca60b927
nginx-basic
/
etc
/
nginx
/
nginx_conf_phphandler_SOCK.insert
4 lines
114 B
Plaintext
Raw
Normal View
History
Unescape
Escape
subst PHP-handler into nginx.conf
2019-01-05 05:20:11 -07:00
# PHP handler (socket)
upstream php-handler {
added tags in phphandler .insert files
2019-01-05 18:22:05 -07:00
server unix:/run/php/php<phpVersion>-fpm.sock;
subst PHP-handler into nginx.conf
2019-01-05 05:20:11 -07:00
}
Reference in New Issue
Copy Permalink