一.[*系统层面*] 1,文件句柄数: # ulimit -n 65535 [root@iZ2sbpuog9d /]# ulimit -a core file size (blocks, -c) 0 data seg …
转载请注明:我是IT &...
一、介绍
Ingress-Nginx 是一个K8S ingress工具,支持配置 Ingress Annotations 来实现不同场景下的灰度发布和测试。 Nginx Annotations 支持以下 4 种 Canary 规则:
nginx.ingress.kubernet...
1.查看show slave statusG发现 Last_SQL_Errno: 1594 Last_SQL […]
转载请注明:我是IT » 解决 mysql 1594 错误...
rewite 在 server 块下,会优先执行 rewrite 部分,然后才会去匹配 location 块。 […]
转载请注明:我是IT » Nginx中的rewrite指令(break,last,redirect,permanent)...
构建正则表达式用在nginx上,匹配不以给定字符串结尾的字符。 例如,把如下这两种非 html 结尾的地址重定 […]
转载请注明:我是IT » nginx 正则表达式,如何匹配不以/ .xml .html .htm等结尾...
permanent: 永久性重定向,请求日志中的状态码为301。 redirect: 临时重定向,请求日志中的 […]
转载请注明:我是IT » nginx permanent 和 redirect 的区别...
1. last 和 break 当出现在location 之外时,两者的作用是一致的没有任何差异。 注意一点就 […]
转载请注明:我是IT » nginx last 和 break 的区别...
1.下载合适的版本 http://nginx.org/packages/rhel/7/x86_64/RPMS/ […]
转载请注明:我是IT » redhat7 使用 rpm 安装 nginx...
一、关闭防火墙firewall: systemctl stop firewalld.service #停止fi […]
转载请注明:我是IT » centos8 编译安装 nginx1.16.1...
通过源码安装nginx,可以熟悉整个nginx的文件结构,配置文件位置,依赖的库文件等,但是过程比较繁琐。如果 […]
转载请注明:我是IT » centos7通过yum安装nginx...