Commit 9ee18e00 by John Jarvis

using new var names for xqueue nginx,gunicorn ports

parent 169d3d2b
upstream app_server {
# For a TCP configuration:
server 127.0.0.1:{{ xqueue_gunicorn_port }} fail_timeout=0;
server 127.0.0.1:{{ xqueue.gunicorn_port }} fail_timeout=0;
}
server {
listen {{ xqueue_nginx_port }} default_server;
listen {{ xqueue.nginx_port }} default_server;
location / {
try_files $uri @proxy_to_app;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment