摘要:
拉去nginx镜像 # docker pull nginx 运行nginx容器config用于拷贝nginx配置文件 # docker run --name nginxconfig -d docker.io/nginx # docker cp nginxconfig:/etc/nginx/ /roo 阅读全文
摘要:
反向代理端 [root@server01 nginx]# ll 总用量 4 -rw-r--r-- 1 root root 1383 1月 19 13:23 default.conf [root@server01 nginx]# cat default.conf upstream node1 { se 阅读全文