一、下载 官网下载即可 二、安装 使用SrvanyUI自行将nginx注册为“自建服务”即可。 三、反向转发 编辑nginx.conf 修改为: server { listen 80; server_name localhost; location / { root html; index index.html index.htm; } location ^~/auth/login/integration{ proxy_pass https://www.claves.cn/about; } ... } 如上,将/a…