mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
sendfail syscall bad with crappy filesystems
This commit is contained in:
@@ -23,6 +23,7 @@ server {
|
|||||||
root /tower_devel;
|
root /tower_devel;
|
||||||
try_files /awx/ui/$uri /awx/$uri /awx/public/$uri =404;
|
try_files /awx/ui/$uri /awx/$uri /awx/public/$uri =404;
|
||||||
access_log off;
|
access_log off;
|
||||||
|
sendfile off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /websocket {
|
location /websocket {
|
||||||
|
|||||||
Reference in New Issue
Block a user