Skip to content

Commit ac22206

Browse files
committed
Use 127.0.0.1 instead of localhost
1 parent 1683c3d commit ac22206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
upstream go_capture {
2-
server localhost:8000;
2+
server 127.0.0.1:8000;
33
}
44

55
server {

0 commit comments

Comments
 (0)