Skip to content

Commit 097e215

Browse files
authored
Merge pull request #187 from linuxserver/3.22-quic-header
2 parents ce3456c + b31ee77 commit 097e215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

root/defaults/nginx/ssl.conf.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
1+
## Version 2025/07/18 - Changelog: https://github.com/linuxserver/docker-baseimage-alpine-nginx/commits/3.22/root/defaults/nginx/ssl.conf.sample
22

33
### Mozilla Recommendations
44
# 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;
3131
#add_header X-Frame-Options "SAMEORIGIN" always;
3232
#add_header X-UA-Compatible "IE=Edge" always;
3333
#add_header X-XSS-Protection "1; mode=block" always;
34+
#add_header Alt-Svc 'h3=":443"' always;

0 commit comments

Comments
 (0)