Linux
程序猿胖哥
网络安全工程师/渗透工程师
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS 7.6 部署 Apache Nginx PHP MySQL Phpmyadmin Redis phpRedisAdmin
Step 1 更新系统yum -y updateStep 2 安装 Apacheyum -y install httpd安装完成后,打开 httpd 的配置文件vim /etc/httpd/conf/httpd.conf把 ServerName 前的 # 去掉,并修改为:ServerName localhost 并保存,启动 httpdservice httpd start浏览器访...原创 2019-02-25 04:56:51 · 1619 阅读 · 0 评论 -
Nginx开启SSL支持https
本文教程使用了Let’s Encrypt免费证书先检查Nginx的配置执行 nginx -V-bash-4.2# nginx -Vnginx version: nginx/1.15.8built by gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) built with OpenSSL 1.0.2k-fips 26 Jan 2017TLS S...原创 2019-02-26 22:42:05 · 5585 阅读 · 0 评论
分享