Skip to content

bashenandi/nginx_static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx_static

基于官方的基础 Centos 镜像,update 后仅安装了 nginx。 配置文件在: /etc/nginx/nginx.conf 虚拟主机文件: /etc/nginx/conf.d/nginx.conf 网站目录: /var/www/html/website 运行: docker run -d -p 80 —name [custom_name] -v [local_dir]:/var/www/html/website [images_name] nginx

About

基于 docker,静态的 nginx 测试镜像

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages