This repository was archived by the owner on Jan 6, 2021. It is now read-only.
File tree 2 files changed +8
-2
lines changed
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
2
2
3
3
client_body_buffer_size 128k;
4
4
@@ -11,6 +11,9 @@ proxy_read_timeout 240;
11
11
proxy_send_timeout 240;
12
12
proxy_connect_timeout 240;
13
13
14
+ # TLS 1.3 early data
15
+ proxy_set_header Early-Data $ssl_early_data;
16
+
14
17
# Basic Proxy Config
15
18
proxy_set_header Host $host:$server_port;
16
19
proxy_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
2
2
3
3
# session settings
4
4
ssl_session_timeout 1d;
@@ -25,6 +25,9 @@ ssl_stapling on;
25
25
ssl_stapling_verify on;
26
26
resolver 127.0.0.11 valid=30s; # Docker DNS Server
27
27
28
+ # Enable TLS 1.3 early data
29
+ ssl_early_data on;
30
+
28
31
# Optional additional headers
29
32
#add_header Content-Security-Policy "upgrade-insecure-requests";
30
33
#add_header X-Frame-Options "SAMEORIGIN" always;
You can’t perform that action at this time.
0 commit comments