Fork me on GitHub
随笔 - 234  文章 - 49 评论 - 0 阅读 - 13万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

12 2021 档案
基于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文 阅读全文
posted @ 2021-12-20 19:09 anyux 编辑
nginx添加https模块
摘要:nginx添加https模块 在配置文件nginx.conf,开启了https监听后,nginx -t检查报错如下,表明ssl参数需要使用ngx_http_ssl_module nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_modu 阅读全文
posted @ 2021-12-17 13:54 anyux 编辑

点击右上角即可分享
微信分享提示