webinoly/templates/nginx/conf.d/upstream.conf
Cristhian Martínez Ochoa 4db986f51c multi-php feature
Now we can install multi php versions simultaneously.
2018-05-07 22:41:45 -06:00

10 lines
126 B
Plaintext

# Common upstream settings
upstream php {
server 127.0.0.1:9000;
}
upstream debug {
# Debug Pool
server 127.0.0.1:9001;
}