nginx-basic/etc/nginx/nginx_conf_phphandler_TCP.insert

4 lines
87 B
Plaintext
Raw Normal View History

2019-01-05 05:20:11 -07:00
# PHP handler (tcp)
upstream php-handler {
server 127.0.0.1:9000;
}