全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 2600|回复: 39

付费30元,宝塔反代替换内容失败,求指教

[复制链接]
发表于 2020-3-13 14:51:46 | 显示全部楼层 |阅读模式
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2020-3-15 03:55:57 | 显示全部楼层
  1. cd /root

  2. yum install git vim -y

  3. git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module

  4. cd /www/server/panel/install

  5. vim nginx.sh
复制代码


查找 ./configure --user=www  在后面添加一条

  1. --add-module=/root/ngx_http_substitutions_filter_module
复制代码


修改后

  1. bash nginx.sh install nginx_114

  2. cd /www/server/panel/vhost/nginx

  3. vim play.sgwsgg.com.conf
复制代码


把以下内容粘贴进去

  1. server {
  2. listen 80;
  3. server_name play.sgwsgg.com;  #绑定的域名
  4. access_log off;                #关闭日志
  5. location / {
  6. charset gbk;
  7. subs_filter 'm.biquhai.com' 'play.sgwsgg.com' gi;#替换链接
  8. subs_filter '笔趣阁' 'HOSTLOC逼娶哥' gi;#替换文本
  9. subs_filter '重磅推荐' 'HOSTLOC';#替换文本
  10. proxy_set_header   X-Real-IP  $remote_addr;
  11. proxy_set_header   X-Forwarded-For $proxy_add_x_forwarded_for;
  12. proxy_set_header   Host m.biquhai.com;  #定义主机头,如果目标站点绑定的域名个server_name项的吻合则使用$host               
  13. proxy_pass http://m.biquhai.com;   #指定目标,建议使用IP或者nginx自定义池                                       
  14.         }
  15. }
复制代码



重启nginx完事

发表于 2020-3-13 15:01:17 | 显示全部楼层
替换内容是中文。可能是页面编码问题
 楼主| 发表于 2020-3-13 15:04:03 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2020-3-13 15:14:24 | 显示全部楼层
icefog 发表于 2020-3-13 15:04
GBK和UTF8的问题吗?有什么方法解决吗

不知道宝塔用的是不是nginx_http_sub_module模块来实现的功能。 你可以试下nginx配置里更改下编码看下是否有效。
 楼主| 发表于 2020-3-13 15:22:42 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2020-3-13 16:00:19 | 显示全部楼层
   server {
       listen       8000;
       server_name  localhost;
      
       charset utf-8;
   }
 楼主| 发表于 2020-3-13 16:25:10 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
 楼主| 发表于 2020-3-13 16:41:54 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
 楼主| 发表于 2020-3-13 17:16:37 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-10-30 09:24 , Processed in 0.063608 second(s), 9 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表