Skip to content

Commit c449e76

Browse files
committed
fix inaccurate information
1 parent 20ebc81 commit c449e76

File tree

1 file changed

+1
-1
lines changed
  • deployment/standalone-web-server

1 file changed

+1
-1
lines changed

deployment/standalone-web-server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ server {
116116
}
117117
118118
location @example.fano {
119-
proxy_pass 127.0.0.1:20477;
119+
proxy_pass http://127.0.0.1:20477;
120120
}
121121
}
122122
```

0 commit comments

Comments
 (0)