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; }