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

5 lines
95 B
Plaintext

# PHP handler (socket)
upstream php-handler {
server unix:<phpSock>;
}