mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 11:08:13 -03:30
fix awx/ui static path
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user