From 87ea864466b3588b4dc5275d9a2c79e5d972e1f2 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Tue, 18 Oct 2016 17:21:14 -0400 Subject: [PATCH] sendfail syscall bad with crappy filesystems --- tools/docker-compose/nginx.vh.default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/docker-compose/nginx.vh.default.conf b/tools/docker-compose/nginx.vh.default.conf index cd3f6bf30a..2325057378 100644 --- a/tools/docker-compose/nginx.vh.default.conf +++ b/tools/docker-compose/nginx.vh.default.conf @@ -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 {