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