We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e924d18 + 75d586d commit 88d02d2Copy full SHA for 88d02d2
root/defaults/nginx.conf
@@ -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
+## Version 2021/10/24 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.13-php8/root/defaults/nginx.conf
2
3
user abc;
4
worker_processes 4;
@@ -21,7 +21,7 @@ http {
21
tcp_nodelay on;
22
keepalive_timeout 65;
23
types_hash_max_size 2048;
24
- # server_tokens off;
+ server_tokens off;
25
26
# server_names_hash_bucket_size 64;
27
# server_name_in_redirect off;
0 commit comments