随笔分类 - nginx
摘要:1、安装 Certbot 及依赖 # centos sudo yum install epel-release -y sudo yum update -y #其他的直接执行 sudo apt update # 对于 Fedora (使用 dnf) sudo dnf update 2、安装 Certb
阅读全文
摘要:执行安装命令 yum install -y nginx-mod-stream
阅读全文
摘要:centos7 yum install epel-release yum update yum install -y nginx #安装stream模块,如果需要 yum install nginx-mod-stream -y# systemctl start nginx.service 启动ngi
阅读全文
摘要:转自:http://blog.csdn.net/tjcyjd/article/details/50695922 Nginx的配置文件nginx.conf配置详解如下: user nginx nginx ; Nginx用户及组:用户 组。window下不指定 worker_processes 8; 工
阅读全文

浙公网安备 33010602011771号