Skip to content

Commit 88d02d2

Browse files
authored
Merge pull request #85 from linuxserver/3.14-php8-tokens
Disable server tokens
2 parents e924d18 + 75d586d commit 88d02d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

root/defaults/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2021/06/15 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.13-php8/root/defaults/nginx.conf
1+
## Version 2021/10/24 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.13-php8/root/defaults/nginx.conf
22

33
user abc;
44
worker_processes 4;
@@ -21,7 +21,7 @@ http {
2121
tcp_nodelay on;
2222
keepalive_timeout 65;
2323
types_hash_max_size 2048;
24-
# server_tokens off;
24+
server_tokens off;
2525

2626
# server_names_hash_bucket_size 64;
2727
# server_name_in_redirect off;

0 commit comments

Comments
 (0)