宇宙主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

欧基零壹微头条IP归属甄别会员请立即修改密码
查看: 487|回复: 12

nginx 反代替换里面接口网址不起作用。

[复制链接]
发表于 2024-10-23 17:00:00 | 显示全部楼层 |阅读模式
sub_filter    还好像一直不起作用。
server {
     listen     80;
    server_name   ******.com;
location / {
    proxy_pass https://h5admin.***.com;
    proxy_set_header Host h5admin.***.com;
    add_header Access-Control-Allow-Methods *;
    sub_filter   ‘https://adminapi.***.com’ ‘http://***.com/Api’;
sub_filter_once off;
        sub_filter_types text/html text/css application/javascript application/json;
        proxy_set_header Accept-Encoding "";

proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    #proxy_set_header Connection keep-alive;
    proxy_set_header Connection "upgrade";
    proxy_cache_bypass $http_upgrade;
    proxy_set_header   X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header   X-Real-IP        $remote_addr;
    proxy_set_header   X-Forwarded-Proto $scheme;
    proxy_buffering off;
    proxy_read_timeout 100s;
    #try_files $uri $uri/ /web/evaluationapp/index.html;
  }
    location ^~ /.well-known/acme-challenge/ {
        default_type "text/plain";
        allow all;
        root /var/ssl;
   }
}
发表于 2024-10-23 17:02:19 | 显示全部楼层
你是不是用的中文''?



它们什么都知道,它们本就是故意的
我什么也做不了
 楼主| 发表于 2024-10-23 17:17:44 | 显示全部楼层
heihai 发表于 2024-10-23 17:02
你是不是用的中文''?

确实,不过我改了应该双引号,还是没替换呢。" "
发表于 2024-10-23 17:21:33 | 显示全部楼层
sub_filter无法替换非plain text的内容。也就是说如果你的内容压缩过(例如gz),sub_filter不起作用。
发表于 2024-10-23 17:23:34 | 显示全部楼层
经典抽象缩进
发表于 2024-10-23 17:26:35 | 显示全部楼层
çava 发表于 2024-10-23 17:21
sub_filter无法替换非plain text的内容。也就是说如果你的内容压缩过(例如gz),sub_filter不起作用。 ...

但他不是有 proxy_set_header Accept-Encoding "";么
 楼主| 发表于 2024-10-23 17:28:01 | 显示全部楼层
çava 发表于 2024-10-23 17:21
sub_filter无法替换非plain text的内容。也就是说如果你的内容压缩过(例如gz),sub_filter不起作用。 ...

浏览器访问我看默认是有gzip,有其他办法么。
 楼主| 发表于 2024-10-23 17:29:41 | 显示全部楼层
heihai 发表于 2024-10-23 17:26
但他不是有 proxy_set_header Accept-Encoding "";么

还有啥办法么,反代网页主业是可以,但是他api是另外的网址。
发表于 2024-10-23 17:31:25 | 显示全部楼层
斌斌 发表于 2024-10-23 17:29
还有啥办法么,反代网页主业是可以,但是他api是另外的网址。

他应该不是直接在请求里调用完整的https api地址吧,你在请求里搜搜,应该都是拼接的
 楼主| 发表于 2024-10-23 18:37:11 | 显示全部楼层
heihai 发表于 2024-10-23 17:31
他应该不是直接在请求里调用完整的https api地址吧,你在请求里搜搜,应该都是拼接的 ...

在js里面,。是完整的,就很奇怪。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|宇宙主机交流论坛

GMT+8, 2024-10-31 15:26 , Processed in 0.059321 second(s), 7 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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