Skip to content

Commit 3013232

Browse files
Update reverse proxy test file
1 parent a1b043b commit 3013232

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/local-reverseproxy-testing.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ http {
119119
server_name servicecontrol.localhost;
120120
121121
location / {
122-
# REPLACE: with local machine IP address running service control
123-
proxy_pass http://IPADDRESS:33333;
122+
proxy_pass http://host.docker.internal:44444;
124123
125124
# WebSocket Support
126125
proxy_http_version 1.1;
@@ -141,8 +140,7 @@ http {
141140
server_name servicecontrol.localhost;
142141
143142
location / {
144-
# REPLACE: with local machine IP address running service control
145-
proxy_pass http://IPADDRESS:33333;
143+
proxy_pass http://host.docker.internal:44444;
146144
147145
# WebSocket Support
148146
proxy_http_version 1.1;

0 commit comments

Comments
 (0)