|
|
发表于 2016-8-17 11:54:50
|
显示全部楼层
本帖最后由 魔尊 于 2016-8-17 11:55 编辑
[ol]server { listen 80; server_name aaa.com; index index.php index.html index.htm; location / { default_type text/html; subs_filter_types text/css text/xml; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Referer http://aaa.com; proxy_set_header Host aaa.com; proxy_pass http://1.baido.com; proxy_set_header Accept-Encoding ""; }}[/ol]复制代码
AMH上摘的可以参考下 |
|