摘要: 1、安装nginx apt-get update apt-get install -y nginx 2、安装认证工具 apt-get install -y apache2-utils 3、配置认证账密 htpasswd -c /etc/nginx/.htpasswd your_username 4、 阅读全文
posted @ 2023-11-08 17:48 awks 阅读(94) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-11-08 17:35 awks 阅读(17) 评论(0) 推荐(0)
摘要: vim /etc/docker/daemon.json "bip": "10.50.0.1/24", "default-address-pools": [ { "base": "10.50.0.1/16", "size": 24 } ], systemctl daemon-reload system 阅读全文
posted @ 2023-11-08 17:23 awks 阅读(64) 评论(0) 推荐(0)