跳到主要内容

常见问题

1、内网部署时,需要配置代理信息

   #===================== 是否开启代理环境 =====================
config:
proxy:
enabled: true #是否开启代理
host: 10.70.10.54 #代理IP
port: 8000 #代理端口号
username: #代理用户名,没有就不用设置
password: #代理密码,没有就不用设置

2、建立代理服务

安装 squid 代理服务,并修改代理端口:/etc/squid/squid.conf 后重启。 systemctl restart/stop/start squid


acl SSL_ports port 443
acl SSL_ports port 8000

http_port 8000