mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
fix awx/ui static path
This commit is contained in:
@@ -21,7 +21,7 @@ server {
|
|||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
root /tower_devel;
|
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;
|
access_log off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user