赞
踩
# 进入目录
[root@kubesphere_1 html]# docker exec -it mynginx /bin/bash
root@c57f1c95ab1b:/etc/nginx# vi nginx.conf
# 先下载编辑工具
root@c57f1c95ab1b:/etc/nginx# apt-get update
root@c57f1c95ab1b:/etc/nginx# apt-get install vim
# 增加下面 —— 没有解决
http{
sendfile off;
}
没有解决
这里的usr 拼成了user导致的
docker run -d --restart=always -p 80:80 \
-v /data/html:/usr/share/nginx/html:rw \
-v /data/conf/nginx.conf:/etc/nginx/nginx.conf \
--name=mynginx \
nginx:版本号
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。