We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b043b commit 3013232Copy full SHA for 3013232
docs/local-reverseproxy-testing.md
@@ -119,8 +119,7 @@ http {
119
server_name servicecontrol.localhost;
120
121
location / {
122
- # REPLACE: with local machine IP address running service control
123
- proxy_pass http://IPADDRESS:33333;
+ proxy_pass http://host.docker.internal:44444;
124
125
# WebSocket Support
126
proxy_http_version 1.1;
@@ -141,8 +140,7 @@ http {
141
140
142
143
144
145
146
147
148
0 commit comments