fix awx/ui static path

This commit is contained in:
Wayne Witzel III 2016-10-18 15:05:05 -04:00
parent 4e049546a3
commit 99a009b613

View File

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