mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
Revert "no one knows wtf the files in this dir a for, so don't serve them"
This reverts commit b3cccea70368ba1550366380e583751df1df061b.
This commit is contained in:
@@ -21,7 +21,7 @@ server {
|
|||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
root /tower_devel;
|
root /tower_devel;
|
||||||
try_files /awx/ui/$uri /awx/$uri =404;
|
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