diff --git a/Makefile b/Makefile index 4f5a4fbe4b..83db7eb6ea 100644 --- a/Makefile +++ b/Makefile @@ -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 \