update nginx conf files

This commit is contained in:
ronny abraham 2023-07-16 21:35:30 +03:00
parent 4bd33473f3
commit 9c56c31e61

View file

@ -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 {