diff --git a/tools/docker-compose/nginx.vh.default.conf b/tools/docker-compose/nginx.vh.default.conf index a7e2d7329f..cd3f6bf30a 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/static /awx/static /awx/public/static =404; + try_files /awx/ui/$uri /awx/$uri /awx/public/$uri =404; access_log off; }