webinoly/templates/nginx/conf.d/upstream.conf
Cristhian Martínez Ochoa e0f7aeaf03 templates and conf updated
Nginx Conf updated.
More protection to prevent DOS attacks.
Skip cache for more cart and sitemap plugins.
2018-06-22 08:53:29 -06:00

9 lines
112 B
Plaintext

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