Skip to content

Commit 764909b

Browse files
committed
fix: Allow proxy to all ports
1 parent d0101cb commit 764909b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ http {
142142
set $docker_proxy_request_type "unknown-connect";
143143

144144
proxy_connect;
145+
proxy_connect_allow all;
145146
proxy_connect_address $interceptedHost;
146147
proxy_max_temp_file_size 0;
147148

0 commit comments

Comments
 (0)