nginx-basic/etc/nginx/nginx_conf_phphandler_TCP.i...

5 lines
97 B
Plaintext
Raw Normal View History

2019-01-05 05:20:11 -07:00
# PHP handler (tcp)
upstream php-handler {
2019-01-05 18:22:05 -07:00
server <phpAddr>:<phpPort>;
}