no one knows wtf the files in this dir a for, so don't serve them

This commit is contained in:
Chris Meyers 2016-10-18 17:27:23 -04:00
parent 87ea864466
commit cbffb23d41

View File

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