nginx-basic/etc/nginx/nginx_conf_phphandler_TCP.insert
2019-01-05 05:20:11 -07:00

4 lines
87 B
Plaintext

# PHP handler (tcp)
upstream php-handler {
server 127.0.0.1:9000;
}