Skip to content

Commit ba438fe

Browse files
cyd01rpardini
authored andcommitted
Update nginx.conf
1 parent ddafd57 commit ba438fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nginx.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ http {
149149
proxy_connect_allow all;
150150
proxy_connect_address $interceptedHost;
151151
proxy_max_temp_file_size 0;
152-
152+
proxy_ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
153+
153154
# We need to resolve the real names of our proxied servers.
154155
#resolver 8.8.8.8 4.2.2.2 ipv6=off; # Avoid ipv6 addresses for now
155156
include /etc/nginx/resolvers.conf;

0 commit comments

Comments
 (0)