From 99a009b613f5365eb328839574b0c17f43a98baf Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Tue, 18 Oct 2016 15:05:05 -0400 Subject: [PATCH] fix awx/ui static path --- tools/docker-compose/nginx.vh.default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker-compose/nginx.vh.default.conf b/tools/docker-compose/nginx.vh.default.conf index 99c776fcd3..a7e2d7329f 100644 --- a/tools/docker-compose/nginx.vh.default.conf +++ b/tools/docker-compose/nginx.vh.default.conf @@ -21,7 +21,7 @@ server { location /static/ { root /tower_devel; - try_files /awx/ui /awx/static /awx/public/static =404; + try_files /awx/ui/static /awx/static /awx/public/static =404; access_log off; }