注意:部分文章发布时间较长,可能存在未知因素,购买时建议在本站搜索商家名称,先充分了解商家动态。
交流:唯一投稿邮箱:hostvps@88.com。
网友 Felix 说:
在网上搜索了相关教程,自己按照教程配置nginx,能上网,但是不能免流,走的不是定向流量。有没有大佬指点一下怎么配置?万分感谢。
附上我的nginx配置代码:
****** {
listen 80;
listen [::]:80;
**ot /var/www/html;
index index.nginx-debian.html;
******_name short.weixin.**.com;
location /ltml {
p**xy_redirect off;
p**xy_pa** http://127.0.0.1:10010;
p**xy_http_version 1.1;
p**xy_set_header Upgrade $http_upgrade;
p**xy_set_header Connection &*uot;upgrade&*uot;;
p**xy_set_header Host $http_host;
}
location / {
# First attempt to serve re*uest as file, then
# as directory, then fall back to displaying a 404.
try_files $**i $**i/ =404;
}
}
网友 nokairg 说:
我也折腾很久了,依旧免流不了
网友 Felix 说:
nokairg 发表于 2022-8-27 13:24
我也折腾很久了,依旧免流不了