diff --git a/root/defaults/nginx.conf b/root/defaults/nginx.conf index 90a29d06..12a68c46 100644 --- a/root/defaults/nginx.conf +++ b/root/defaults/nginx.conf @@ -1,4 +1,4 @@ -## Version 2021/06/15 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.13-php8/root/defaults/nginx.conf +## Version 2021/10/24 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.13-php8/root/defaults/nginx.conf user abc; worker_processes 4; @@ -21,7 +21,7 @@ http { tcp_nodelay on; keepalive_timeout 65; types_hash_max_size 2048; - # server_tokens off; + server_tokens off; # server_names_hash_bucket_size 64; # server_name_in_redirect off;