当前位置:论坛首页 > Linux面板 > 求助

【待反馈】nginx反向代理无法访问

发表在 Linux面板2022-9-18 21:11 [复制链接] 1 5302

说一下我的目的把,我就是想通过反向代理来隐藏掉后面的端口号,如果有更好的方法也可以和我说一下。这是我在站点的反向代理里配置的



  1. #PROXY-START/

  2. location ^~ /
  3. {
  4.     proxy_pass http://kdy-zzy.freespider.cn:731;
  5.     proxy_set_header Host kdy-zzy.freespider.cn;
  6.     proxy_set_header X-Real-IP $remote_addr;
  7.     proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  8.     proxy_set_header REMOTE-HOST $remote_addr;
  9.     proxy_set_header Upgrade $http_upgrade;
  10.     proxy_set_header Connection $connection_upgrade;
  11.     # proxy_hide_header Upgrade;

  12.     add_header X-Cache $upstream_cache_status;

  13.     #Set Nginx Cache
  14.    
  15.     proxy_set_header Accept-Encoding "";
  16.         sub_filter "http://kdy-zzy.freespider.cn:731" "http://kdy-zzy.freespider.cn";
  17.     sub_filter_once off;
  18.    
  19.     set $static_fileZW7sGwrY 0;
  20.     if ( $uri ~* "\.(gif|png|jpg|css|js|woff|woff2)[        DISCUZ_CODE_0        ]quot; )
  21.     {
  22.             set $static_fileZW7sGwrY 1;
  23.             expires 12h;
  24.         }
  25.     if ( $static_fileZW7sGwrY = 0 )
  26.     {
  27.     add_header Cache-Control no-cache;
  28.     }
  29. }

  30. #PROXY-END/
复制代码
现在只要开启反向代理就无法访问,如果不开就只能通过域名+端口号访问

使用道具 举报 只看该作者 回复
发表于 2022-9-19 09:47:09 | 显示全部楼层
您好,可以尝试这样操作
添加一个 解析
127.0.0.1:8881
然后反代的时候请求 dapaoit.com 代理到  127.0.0.1:8881这样式的你试试
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

立即付费处理

工作时间:09:00至24:00

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