Merge pull request #3741 from wwitzel3/nginx-static

fix awx/ui static path
This commit is contained in:
Wayne Witzel III 2016-10-18 15:08:16 -04:00 committed by GitHub
commit 1e658219c4

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