mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 16:07:30 -02:30
Make nginx conf consistent with settings.STATIC_ROOT
This commit is contained in:
@@ -85,8 +85,7 @@ server {
|
|||||||
add_header X-Content-Type-Options nosniff;
|
add_header X-Content-Type-Options nosniff;
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
root /awx_devel;
|
alias /var/lib/awx/public/static/;
|
||||||
try_files /awx/ui/$uri /awx/$uri /awx/public/$uri =404;
|
|
||||||
access_log off;
|
access_log off;
|
||||||
sendfile off;
|
sendfile off;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user