Skip to content

Commit aa4936c

Browse files
committed
修正反向代理配置
1 parent 77c3399 commit aa4936c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/question/nginx-proxy-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
先说解决办法,检查反向代理服务器是否有配置:
44

55
```bash
6-
proxy_set_header X-Forwarded-Host $host:$server_port;
6+
proxy_set_header Host $host:$server_port;
77
proxy_set_header X-Forwarded-Proto $scheme;
88
```
99

0 commit comments

Comments
 (0)