Skip to content

Commit 6f364a9

Browse files
authored
Merge pull request #8 from Zipstack/fix/disable-emitting-nginx-version-in-the-server-response-header-field
Set server_tokens to off in the nginx configuration
2 parents 5d428ff + 66eb6a8 commit 6f364a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ http {
2424

2525
sendfile on;
2626
#tcp_nopush on;
27-
27+
server_tokens off;
2828
keepalive_timeout 65;
2929

3030
gzip on;

0 commit comments

Comments
 (0)