Skip to content

Commit 416b3f4

Browse files
cyd01rpardini
authored andcommitted
Update nginx.conf
1 parent 0ceaa71 commit 416b3f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nginx.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ http {
145145
proxy_connect_allow all;
146146
proxy_connect_address $interceptedHost;
147147
proxy_max_temp_file_size 0;
148-
148+
proxy_ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
149+
149150
# We need to resolve the real names of our proxied servers.
150151
#resolver 8.8.8.8 4.2.2.2 ipv6=off; # Avoid ipv6 addresses for now
151152
include /etc/nginx/resolvers.conf;

0 commit comments

Comments
 (0)