Skip to content

Commit 75aeab7

Browse files
authored
Update nginx.conf
1 parent 3ee0795 commit 75aeab7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ http {
144144
proxy_connect;
145145
proxy_connect_address $interceptedHost;
146146
proxy_max_temp_file_size 0;
147-
147+
proxy_ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
148+
148149
# We need to resolve the real names of our proxied servers.
149150
#resolver 8.8.8.8 4.2.2.2 ipv6=off; # Avoid ipv6 addresses for now
150151
include /etc/nginx/resolvers.conf;

0 commit comments

Comments
 (0)