01 2022 档案

摘要:一、下载nexus https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.37.3-02-unix.tar.gz 二、服务器上建立nexus文件夹,比如opt下 mkdir 阅读全文
posted @ 2022-01-27 17:12 忙碌在路上 阅读(852) 评论(0) 推荐(0)
摘要:阿里云免费证书文件验证,nginx返回403,已按照要求建立/.well-known/pki-validation/目录,上传fileauth.txt文件。 解决: 在需要的server段内加 location ~ /.well-known { allow all; } 阅读全文
posted @ 2022-01-21 17:45 忙碌在路上 阅读(912) 评论(0) 推荐(0)