mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Fix nginx configuration to avoid ipv6 resolutions errors
This commit is contained in:
parent
597874b849
commit
8cf1c1a180
@ -26,11 +26,11 @@ http {
|
||||
#gzip on;
|
||||
|
||||
upstream uwsgi {
|
||||
server localhost:8050;
|
||||
server 127.0.0.1:8050;
|
||||
}
|
||||
|
||||
upstream daphne {
|
||||
server localhost:8051;
|
||||
server 127.0.0.1:8051;
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user