mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
sym link nginx config by popular demand
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
upstream uwsgi {
|
||||
server tower:8050;
|
||||
server localhost:8050;
|
||||
}
|
||||
|
||||
upstream daphne {
|
||||
server tower:8051;
|
||||
server localhost:8051;
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user