摘要: user nginx; worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; } http { include /e 阅读全文
posted @ 2021-08-10 20:57 陈雷雷 阅读(456) 评论(0) 推荐(0)
摘要: #wiki: https://github.com/2233466866/lnmp/wiki #安装docker wget -O /etc/yum.repos.d/ali_docker-ce.repo https://mirrors.aliyun.com/docker-ce/linux/centos 阅读全文
posted @ 2021-08-10 20:33 陈雷雷 阅读(174) 评论(0) 推荐(0)