基于centos8镜像,打包php的docker镜像
摘要:创建镜像构建目录 mkdir -p /opt/docker/php cd /opt/docker/php 下载php软件包 wget http://cn2.php.net/distributions/php-7.2.33.tar.gz -P /opt/docker/php 编写Dockerfile文
阅读全文
nginx添加https模块
摘要:nginx添加https模块 在配置文件nginx.conf,开启了https监听后,nginx -t检查报错如下,表明ssl参数需要使用ngx_http_ssl_module nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_modu
阅读全文