Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 236 Bytes

nginx-standalone.md

File metadata and controls

15 lines (10 loc) · 236 Bytes

安装/配置percona-toolkit

安装

ansible-playbook playbook.nginx.yml -e "HOSTS=nginx_standalone"

附录

(1) HttpBasic 用户名密码相关

htpasswd -cb <password_file> <username> <password>