Skip to content

Commit 845833a

Browse files
committed
Added support for proxying with TSLv1.3 encryption.
1 parent 094fcb1 commit 845833a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/rootfs/etc/nginx/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ http {
3636
client_max_body_size 2000m;
3737
server_names_hash_bucket_size 1024;
3838
proxy_http_version 1.1;
39+
proxy_ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
3940
proxy_set_header X-Forwarded-Scheme $scheme;
4041
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
4142
proxy_set_header Accept-Encoding "";

0 commit comments

Comments
 (0)