Skip to content

Commit ec6ad55

Browse files
authored
Merge pull request #1 from coreweave/yd/fix-proxy-allowed-ports
fix: Allow proxy to all ports
2 parents f977456 + 764909b commit ec6ad55

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)