This website requires JavaScript.
Explore
Help
Sign In
asif
/
nginx-basic
Watch
1
Star
0
Fork
0
You've already forked nginx-basic
Code
Issues
Pull Requests
Releases
Wiki
Activity
ccca60b927
nginx-basic
/
etc
/
nginx
/
nginx_conf_phphandler_TCP.insert
4 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
subst PHP-handler into nginx.conf
2019-01-05 05:20:11 -07:00
# PHP handler (tcp)
upstream php-handler {
added tags in phphandler .insert files
2019-01-05 18:22:05 -07:00
server <phpAddr>:<phpPort>;
subst PHP-handler into nginx.conf
2019-01-05 05:20:11 -07:00
}
Reference in New Issue
Copy Permalink