4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
|
# PHP handler (tcp)
|
||
|
upstream php-handler {
|
||
|
server 127.0.0.1:9000;
|
||
|
}
|