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

This reverts commit b3cccea70368ba1550366380e583751df1df061b.
This commit is contained in:
Chris Meyers
2016-10-21 10:04:50 -04:00
parent 3d8eb48986
commit 7050c4e09e

View File

@@ -21,7 +21,7 @@ server {
location /static/ {
root /tower_devel;
try_files /awx/ui/$uri /awx/$uri =404;
try_files /awx/ui/$uri /awx/$uri /awx/public/$uri =404;
access_log off;
sendfile off;
}