我找了很多例子,但仍然找不到解决方案 我要使用:
location /example { proxy_pass http://xxx.xxx.xx.xxx/; }
现在我有: 域名.com/example -> xxx.xxx.xx.xxx/index.php
但我需要: 域名.com/example -> 域名.com/example/index.php
你能帮忙吗?
请设置
proxy_set_header Host $host;