mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 07:51:23 -03:30
Merge pull request #3741 from wwitzel3/nginx-static
fix awx/ui static path
This commit is contained in:
commit
1e658219c4
@ -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