Fix #323 add sane default configurations for the webservers

This commit is contained in:
cytopia 2018-08-12 12:21:09 +02:00
parent ff9d6ec972
commit 94f0b984dd
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
4 changed files with 0 additions and 10 deletions

View File

@ -20,6 +20,3 @@ MaxKeepAliveRequests 100
EnableMMAP Off
EnableSendfile Off
XSendFile On
XSendFilePath /shared/httpd

View File

@ -20,6 +20,3 @@ MaxKeepAliveRequests 100
EnableMMAP Off
EnableSendfile Off
XSendFile On
XSendFilePath /shared/httpd

View File

@ -11,8 +11,6 @@
charset utf-8;
send_timeout 60;
keepalive_timeout 10;
sendfile off;
tcp_nopush on;
tcp_nodelay on;

View File

@ -11,8 +11,6 @@
charset utf-8;
send_timeout 60;
keepalive_timeout 10;
sendfile off;
tcp_nopush on;
tcp_nodelay on;