mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
fix awx/ui static path
This commit is contained in:
parent
4e049546a3
commit
99a009b613
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user