change static path to match what ui-release produces

This commit is contained in:
Wayne Witzel III
2016-10-17 09:58:15 -04:00
parent 0666e40be8
commit 3a323e1b39

View File

@@ -395,7 +395,7 @@ uwsgi:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/tower/bin/activate; \
fi; \
uwsgi --socket :8050 --module=awx.wsgi:application --home=/venv/tower --chdir=/tower_devel/ --vacuum --processes=5 --harakiri=60 --static-map /static=/tower_devel/awx/public/static
uwsgi --socket :8050 --module=awx.wsgi:application --home=/venv/tower --chdir=/tower_devel/ --vacuum --processes=5 --harakiri=60 --static-map /static=/tower_devel/awx/ui/static
daphne:
@if [ "$(VENV_BASE)" ]; then \