update nginx conf files
This commit is contained in:
parent
4bd33473f3
commit
9c56c31e61
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ upstream app_server_{{extended_name}} {
|
||||||
# for UNIX domain socket setups
|
# for UNIX domain socket setups
|
||||||
server unix:/tmp/gunicorn.{{ extended_name }}.sock fail_timeout=0;
|
server unix:/tmp/gunicorn.{{ extended_name }}.sock fail_timeout=0;
|
||||||
|
|
||||||
# server http://{{django_host}}:{{django_port}} fail_timeout=0;
|
# server {{django_host}}:{{django_port}} fail_timeout=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue