4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
# PHP handler (tcp)
|
|
upstream php-handler {
|
|
server <phpAddr>:<phpPort>;
|
|
} |