Skip to content

Commit 65422d5

Browse files
authored
Update nginx.conf
1 parent b9261d1 commit 65422d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conf/nginx.conf

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ http {
2121

2222
access_log /var/log/nginx/access.log main;
2323

24-
#sendfile on;
25-
#tcp_nopush on;
24+
sendfile on;
25+
tcp_nopush on;
2626

2727
keepalive_timeout 65;
28-
#server_tokens off;
29-
#gzip on;
28+
server_tokens off;
29+
gzip on;
3030

3131
include /etc/nginx/conf.d/*.conf;
3232
}

0 commit comments

Comments
 (0)