mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-29 15:44:04 +00:00
Fix #323 add sane default configurations for the webservers
This commit is contained in:
parent
ff9d6ec972
commit
94f0b984dd
@ -20,6 +20,3 @@ MaxKeepAliveRequests 100
|
||||
|
||||
EnableMMAP Off
|
||||
EnableSendfile Off
|
||||
|
||||
XSendFile On
|
||||
XSendFilePath /shared/httpd
|
||||
|
@ -20,6 +20,3 @@ MaxKeepAliveRequests 100
|
||||
|
||||
EnableMMAP Off
|
||||
EnableSendfile Off
|
||||
|
||||
XSendFile On
|
||||
XSendFilePath /shared/httpd
|
||||
|
@ -11,8 +11,6 @@
|
||||
charset utf-8;
|
||||
|
||||
send_timeout 60;
|
||||
keepalive_timeout 10;
|
||||
|
||||
sendfile off;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
|
@ -11,8 +11,6 @@
|
||||
charset utf-8;
|
||||
|
||||
send_timeout 60;
|
||||
keepalive_timeout 10;
|
||||
|
||||
sendfile off;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
|
Loading…
x
Reference in New Issue
Block a user