From 3a323e1b3932af074d7ab6ec9e23ed688c9de6f8 Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Mon, 17 Oct 2016 09:58:15 -0400 Subject: [PATCH] change static path to match what ui-release produces --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \