1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

sendfail syscall bad with crappy filesystems

This commit is contained in:
Chris Meyers 2016-10-18 17:21:14 -04:00
parent 64a15db91b
commit 87ea864466

View File

@ -23,6 +23,7 @@ server {
root /tower_devel;
try_files /awx/ui/$uri /awx/$uri /awx/public/$uri =404;
access_log off;
sendfile off;
}
location /websocket {