sym link nginx config by popular demand

This commit is contained in:
Chris Meyers
2016-10-18 14:23:33 -04:00
parent 4f6d966bab
commit ad2bee1f57
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
upstream uwsgi {
server tower:8050;
server localhost:8050;
}
upstream daphne {
server tower:8051;
server localhost:8051;
}
server {