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 ce3456c + b31ee77 commit 097e215Copy full SHA for 097e215
root/defaults/nginx/ssl.conf.sample
@@ -1,4 +1,4 @@
1
-## Version 2025/05/31 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.22/root/defaults/nginx/ssl.conf.sample
+## Version 2025/07/18 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.22/root/defaults/nginx/ssl.conf.sample
2
3
### Mozilla Recommendations
4
# generated 2025-05-31, Mozilla Guideline v5.7, nginx 1.28.0, OpenSSL 3.5.0, intermediate config, no OCSP
@@ -31,3 +31,4 @@ ssl_prefer_server_ciphers off;
31
#add_header X-Frame-Options "SAMEORIGIN" always;
32
#add_header X-UA-Compatible "IE=Edge" always;
33
#add_header X-XSS-Protection "1; mode=block" always;
34
+#add_header Alt-Svc 'h3=":443"' always;
0 commit comments