摘要: 在可以访问 goproxy.cn 的 Linux 服务器上,安装并配置好 NGINX。 在 NGINX 配置中添加以下内容: server { listen 80; server_name proxy.example.com; location / { proxy_pass https://gopr 阅读全文
posted @ 2023-05-03 23:09 whiletrue33 阅读(198) 评论(0) 推荐(0)