1 parent 89814b0 commit ec2db2dCopy full SHA for ec2db2d
1 file changed
pages/instructions/nginx.js
@@ -81,6 +81,7 @@ http {
81
82
log_format main '$request_method $status $http_x_forwarded_for "$request_uri" "$http_referer" "$http_user_agent"';
83
84
+ server_tokens off;
85
sendfile on;
86
keepalive_timeout 65;
87
gzip on;
0 commit comments