mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fix nginx static files using
This commit is contained in:
parent
1e658219c4
commit
64a15db91b
@ -21,7 +21,7 @@ server {
|
||||
|
||||
location /static/ {
|
||||
root /tower_devel;
|
||||
try_files /awx/ui/static /awx/static /awx/public/static =404;
|
||||
try_files /awx/ui/$uri /awx/$uri /awx/public/$uri =404;
|
||||
access_log off;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user