We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5362b38 commit ca77684Copy full SHA for ca77684
payload_filter/nginx/conf.d/default.conf
@@ -15,10 +15,10 @@ server {
15
try_files /unknown-file-to-trigger-redirect /$http_x_matching;
16
}
17
location /matching {
18
- proxy_pass http://172.17.0.1:5015;
+ proxy_pass http://host.docker.internal:5015;
19
20
location /not_matching {
21
- proxy_pass http://172.17.0.1:5066;
+ proxy_pass http://host.docker.internal:5066;
22
23
24
location /ping {
0 commit comments