Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit f4b1c28

Browse files
committed
Fix space, added tcp nopush
1 parent 14cd50d commit f4b1c28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
user nginx;
1+
user nginx;
22
worker_processes 1;
33

44
error_log /var/log/nginx/error.log warn;
@@ -21,6 +21,7 @@ http {
2121
access_log /var/log/nginx/access.log main;
2222

2323
sendfile on;
24+
tcp_nopush on;
2425

2526
server_tokens off;
2627

0 commit comments

Comments
 (0)