This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- ## Version 2019/04/07 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/proxy.conf
1+ ## Version 2019/08/11 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/proxy.conf
22
33client_body_buffer_size 128k;
44
@@ -11,6 +11,9 @@ proxy_read_timeout 240;
1111proxy_send_timeout 240;
1212proxy_connect_timeout 240;
1313
14+ # TLS 1.3 early data
15+ proxy_set_header Early-Data $ssl_early_data;
16+
1417# Basic Proxy Config
1518proxy_set_header Host $host:$server_port;
1619proxy_set_header X-Real-IP $remote_addr;
Original file line number Diff line number Diff line change 1- ## Version 2019/06/19 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/ssl.conf
1+ ## Version 2019/08/11 - Changelog: https://github.com/linuxserver/docker-letsencrypt/commits/master/root/defaults/ssl.conf
22
33# session settings
44ssl_session_timeout 1d;
@@ -25,6 +25,9 @@ ssl_stapling on;
2525ssl_stapling_verify on;
2626resolver 127.0.0.11 valid=30s; # Docker DNS Server
2727
28+ # Enable TLS 1.3 early data
29+ ssl_early_data on;
30+
2831# Optional additional headers
2932#add_header Content-Security-Policy "upgrade-insecure-requests";
3033#add_header X-Frame-Options "SAMEORIGIN" always;
You can’t perform that action at this time.
0 commit comments