环境是windows,目前的配置就是这样:
location / {
root html;
index index.html index.htm;
}
location /baidu {
proxy_pass http://localhost:97;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
抓取的页面这样显示
<link rel="stylesheet" href="/Public/Home/css/index.css" />
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
ringa_lee