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
5d54227fbf
nginx-basic
/
etc
/
nginx
/
nginx_conf_phphandler_SOCK.insert
5 lines
95 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 {
removed phpVersion, detect php socket file from www.conf or leave tag
2019-01-06 05:23:24 -07:00
server unix:<phpSock>;
added blank line at end of PHP .insert files for formatting reasons
2019-01-08 00:53:56 -07:00
}
Reference in New Issue
Copy Permalink