From cbffb23d413cf6c5c9001ca9a95eddfeba97cfee Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Tue, 18 Oct 2016 17:27:23 -0400 Subject: [PATCH] no one knows wtf the files in this dir a for, so don't serve them --- 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 2325057378..7de0ac073b 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/$uri /awx/$uri /awx/public/$uri =404; + try_files /awx/ui/$uri /awx/$uri =404; access_log off; sendfile off; }