From 858f3398f8f221c5f267adef13f47f9a85e32648 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Thu, 18 Jan 2018 15:22:59 -0200 Subject: [PATCH] Remove sendfile configuration (#1927) --- rootfs/etc/nginx/template/nginx.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/rootfs/etc/nginx/template/nginx.tmpl b/rootfs/etc/nginx/template/nginx.tmpl index 0ae08be86..d33dfee15 100644 --- a/rootfs/etc/nginx/template/nginx.tmpl +++ b/rootfs/etc/nginx/template/nginx.tmpl @@ -66,8 +66,6 @@ http { vhost_traffic_status_filter_by_set_key {{ $cfg.VtsDefaultFilterKey }}; {{ end }} - sendfile on; - aio threads; aio_write on;