summaryrefslogtreecommitdiff
path: root/usr.sbin/nginx
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2012-08-28 14:45:29 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2012-08-28 14:45:29 +0000
commita6f4d663ed88f143007495a074b6ff225ee4f841 (patch)
tree01597eec0db6897efb51649887ad852afb4a2db0 /usr.sbin/nginx
parent69ec4f390ff40254b81ffa4f41f4cf5e9bc1d0a2 (diff)
Don't enable "sendfile" which does not work on OpenBSD according to robert@
ok robert@
Diffstat (limited to 'usr.sbin/nginx')
-rw-r--r--usr.sbin/nginx/conf/nginx.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/nginx/conf/nginx.conf b/usr.sbin/nginx/conf/nginx.conf
index cf119507f72..ffc0ef935df 100644
--- a/usr.sbin/nginx/conf/nginx.conf
+++ b/usr.sbin/nginx/conf/nginx.conf
@@ -24,7 +24,6 @@ http {
#access_log logs/access.log main;
- sendfile on;
#tcp_nopush on;
#keepalive_timeout 0;