Skip to content

Commit 164e68d

Browse files
author
PR-Contributor
committed
chore: fix markdown linting
1 parent a92ec8d commit 164e68d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/troubleshooting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ mcp = FastMCP(
5050
If you are using a reverse proxy (like Nginx or Caddy), ensure your proxy is passing the correct `Host` header to the MCP server.
5151

5252
**Nginx example:**
53+
5354
```nginx
5455
location / {
5556
proxy_pass http://localhost:8000;
@@ -59,6 +60,7 @@ location / {
5960
```
6061

6162
**Caddy example:**
63+
6264
```caddy
6365
reverse_proxy localhost:8000 {
6466
header_up Host {upstream_hostport}

0 commit comments

Comments
 (0)