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 77c3399 commit aa4936cCopy full SHA for aa4936c
docs/question/nginx-proxy-config.mdx
@@ -3,7 +3,7 @@
3
先说解决办法,检查反向代理服务器是否有配置:
4
5
```bash
6
-proxy_set_header X-Forwarded-Host $host:$server_port;
+proxy_set_header Host $host:$server_port;
7
proxy_set_header X-Forwarded-Proto $scheme;
8
```
9
0 commit comments