随笔分类 -  nginx

摘要:1、安装 Certbot 及依赖 # centos sudo yum install epel-release -y sudo yum update -y #其他的直接执行 sudo apt update # 对于 Fedora (使用 dnf) sudo dnf update 2、安装 Certb 阅读全文
posted @ 2025-07-03 11:15 Binz 阅读(161) 评论(0) 推荐(0)
摘要:执行安装命令 yum install -y nginx-mod-stream 阅读全文
posted @ 2023-04-04 09:20 Binz 阅读(433) 评论(0) 推荐(0)
摘要:centos7 yum install epel-release yum update yum install -y nginx #安装stream模块,如果需要 yum install nginx-mod-stream -y# systemctl start nginx.service 启动ngi 阅读全文
posted @ 2020-05-14 14:07 Binz 阅读(156) 评论(0) 推荐(0)
摘要:转自:http://blog.csdn.net/tjcyjd/article/details/50695922 Nginx的配置文件nginx.conf配置详解如下: user nginx nginx ; Nginx用户及组:用户 组。window下不指定 worker_processes 8; 工 阅读全文
posted @ 2017-03-17 16:28 Binz 阅读(248) 评论(0) 推荐(0)