mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-06 11:09:10 +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
|
EnableMMAP Off
|
||||||
EnableSendfile Off
|
EnableSendfile Off
|
||||||
|
|
||||||
XSendFile On
|
|
||||||
XSendFilePath /shared/httpd
|
|
||||||
|
@ -20,6 +20,3 @@ MaxKeepAliveRequests 100
|
|||||||
|
|
||||||
EnableMMAP Off
|
EnableMMAP Off
|
||||||
EnableSendfile Off
|
EnableSendfile Off
|
||||||
|
|
||||||
XSendFile On
|
|
||||||
XSendFilePath /shared/httpd
|
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
||||||
send_timeout 60;
|
send_timeout 60;
|
||||||
keepalive_timeout 10;
|
|
||||||
|
|
||||||
sendfile off;
|
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
tcp_nodelay on;
|
tcp_nodelay on;
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
||||||
send_timeout 60;
|
send_timeout 60;
|
||||||
keepalive_timeout 10;
|
|
||||||
|
|
||||||
sendfile off;
|
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
tcp_nodelay on;
|
tcp_nodelay on;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user