We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9a88b commit 5e87207Copy full SHA for 5e87207
nginx-conf/nginx.conf
@@ -7,10 +7,6 @@ quic_retry on;
7
quic_gso on;
8
ssl_early_data on;
9
10
-add_header Alt-Svc 'h3=":443"; ma=86400' always;
11
-add_header QUIC-Status $http3;
12
-add_header x-quic 'h3';
13
-
14
15
# Trust the Docker bridge gateway as a proxy
16
set_real_ip_from 172.18.0.0/16;
nginx-conf/options/options-ssl-nginx.conf
@@ -1,6 +1,10 @@
1
add_header Strict-Transport-Security "max-age=31536000" always;
2
add_header Content-Security-Policy "img-src https: data:; upgrade-insecure-requests";
3
4
+add_header Alt-Svc 'h3=":443"; ma=86400' always;
5
+add_header QUIC-Status $http3;
6
+add_header x-quic 'h3';
+
ssl_session_cache shared:le_nginx_SSL:10m;
ssl_session_timeout 1440m;
ssl_session_tickets off;
0 commit comments