nginx-basic/etc/nginx/nginx_conf_phphandler_TCP.insert
2019-01-05 18:22:05 -07:00

4 lines
92 B
Plaintext

# PHP handler (tcp)
upstream php-handler {
server <phpAddr>:<phpPort>;
}