
Nginx
yidichaxiang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tengine-2.2.3 安装与配置使用 三
配置conf,开启后端服务器状态检查,及状态监控,制定url路径反向代理#user nobody;worker_processes 1;worker_rlimit_nofile 65535;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log in...原创 2019-12-24 15:02:22 · 2337 阅读 · 0 评论 -
Tengine-2.2.3 安装与配置使用 二
测试环境:CentOS Linux release 7.6.1810 (Core)虚拟机一台pcre、zlib、jemalloc、openssl只解压,不手动安装,安装Tengine时,Tengine会自动关联安装,安装比较稳定报错少#!/bin/bashclearfunction sttyPrintln(){ local message="$1" shift ...原创 2019-12-14 18:07:51 · 855 阅读 · 0 评论 -
Tengine-2.2.3 安装与配置使用 一
测试环境:CentOS Linux release 7.6.1810 (Core)虚拟机一台重要提示:一定要仔细看看官方文档!一定要仔细看看官方文档!一定要仔细看看官方文档!Nginx安装一般都需要pcre、zlib、jemalloc、openssl这个库,查看http://nginx.org/en/docs/configure.html文档--with-pcreforce...原创 2019-12-14 17:59:56 · 793 阅读 · 0 评论