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 1683c3d commit ac22206Copy full SHA for ac22206
nginx.conf
@@ -1,5 +1,5 @@
1
upstream go_capture {
2
- server localhost:8000;
+ server 127.0.0.1:8000;
3
}
4
5
server {
0 commit comments