nginx-basic/etc/nginx/nginx_conf_phphandler_SOCK....

5 lines
95 B
Plaintext
Raw Normal View History

2019-01-05 05:20:11 -07:00
# PHP handler (socket)
upstream php-handler {
server unix:<phpSock>;
}