We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f854f commit 29dff09Copy full SHA for 29dff09
1 file changed
nginx/nginx.conf
@@ -3,6 +3,7 @@ worker_processes auto;
3
4
http {
5
tcp_nodelay on;
6
+ tcp_nopush on;
7
client_body_buffer_size 16k;
8
client_header_buffer_size 1k;
9
large_client_header_buffers 4 8k;
@@ -14,7 +15,7 @@ http {
14
15
include /etc/nginx/mime.conf;
16
include /etc/nginx/conf.d/*.conf;
17
- access_log /dev/stdout;
18
+ access_log off;
19
error_log /dev/stderr;
20
index index.html index.htm index.php;
21
0 commit comments