diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2016-10-18 23:27:23 +0200 |
---|---|---|
committer | Chris Meyers <chris.meyers.fsu@gmail.com> | 2016-10-18 23:27:23 +0200 |
commit | cbffb23d413cf6c5c9001ca9a95eddfeba97cfee (patch) | |
tree | 6e3ba9c617f4f98e0bd5119045783b582edb2510 /tools | |
parent | sendfail syscall bad with crappy filesystems (diff) | |
download | awx-cbffb23d413cf6c5c9001ca9a95eddfeba97cfee.tar.xz awx-cbffb23d413cf6c5c9001ca9a95eddfeba97cfee.zip |
no one knows wtf the files in this dir a for, so don't serve them
Diffstat (limited to 'tools')
-rw-r--r-- | tools/docker-compose/nginx.vh.default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |