helloxz / ccaa

此项目不再维护,推荐使用Zdir替代!
https://www.zdir.pro/zh/
MIT License
1k stars 305 forks source link

ccaa的网页端口6080在哪更换? #10

Closed sjkgames closed 5 years ago

sjkgames commented 5 years ago

是ngix还是apache搭建的呢?在哪个文件夹下,小鸡被墙了,不方便查找。。请教一下大佬。

helloxz commented 5 years ago

用的是Caddy,这个问题参考帮助文档:管理 & 维护 - 文件说明可解决。

sjkgames commented 5 years ago

我在Caddy里更改了端口为80,或者其他端口,都无法访问,只能是6080的时候才可以访问。

------------------ 原始邮件 ------------------ 发件人: "Mr.zou"notifications@github.com; 发送时间: 2019年6月5日(星期三) 下午5:23 收件人: "helloxz/ccaa"ccaa@noreply.github.com; 抄送: "Trojan Knife"376686131@qq.com; "Author"author@noreply.github.com; 主题: Re: [helloxz/ccaa] ccaa的网页端口6080在哪更换? (#10)

用的是Caddy,这个问题参考帮助文档:管理&维护-文件说明可解决。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .

helloxz commented 5 years ago
  1. 修改端口后需要重启ccaa:ccaa restart
  2. 检查80端口是否被其它进程占用:netstat -apn|grep '80'
  3. 设置了新端口,记得你服务器的防火墙、安全组将对应端口放行
sjkgames commented 5 years ago

谢谢大佬,忘记关防火墙了,OK

------------------ 原始邮件 ------------------ 发件人: "Mr.zou"notifications@github.com; 发送时间: 2019年6月5日(星期三) 晚上11:48 收件人: "helloxz/ccaa"ccaa@noreply.github.com; 抄送: "Trojan Knife"376686131@qq.com; "Author"author@noreply.github.com; 主题: Re: [helloxz/ccaa] ccaa的网页端口6080在哪更换? (#10)

修改端口后需要重启ccaa:ccaa restart

检查80端口是否被其它进程占用:netstat -apn|grep '80'

设置了新端口,记得你服务器的防火墙、安全组将对应端口放行

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or mute the thread .