特斯拉CEO 大佬有话说 :
sharelist反代问题
sharelist已安装,ip+33001可以正常打开,反代之后,用域名打不开,ip+33001正常打开。有大佬知道大概哪里出了问题吗?
https://i.bmp.ovh/imgs/2021/07/f0752e33f979c904.pnghttps://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
我是坏虫 大佬有话说 :
不知道绑定https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
G.K.D 大佬有话说 :
域名打不开提示什么?
特斯拉CEO 大佬有话说 :
G.K.D 大佬有话说 : 2021-7-5 17:18
域名打不开提示什么?
无法访问此页面,已拒绝连接。yc019thttps://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
honus 大佬有话说 :
把宝塔带的屏蔽css的配置删掉
mmc199 大佬有话说 :
目标url应该是0.0.0.0吧
LoliR 大佬有话说 :
把127.0.0.1改成0.0.0.0看看
特斯拉CEO 大佬有话说 :
LoliR 大佬有话说 : 2021-7-5 20:35
把127.0.0.1改成0.0.0.0看看
多谢,我试试去https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
特斯拉CEO 大佬有话说 :
mmc199 大佬有话说 : 2021-7-5 20:20
目标url应该是0.0.0.0吧
多谢,我再试一次:$https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
honus 大佬有话说 :
改配置文件就行
#禁止访问的文件或目录
location ~ ^/(.user.ini|.htaccess|.git|.svn|.project|LICENSE|README.md)
{
return 404;
}
#一键申请SSL证书验证目录相关设置
location ~ .well-known{
allow all;
}
location /{
proxy_set_header Host$host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Range $http_range;
proxy_set_header If-Range $http_if_range;
proxy_no_cache $http_range $http_if_range;
proxy_pass http://127.0.0.1:33001/;
}
https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif