ModSecurity开源WAF部署
先安装nginx yum安装nginx-mainline epel yum install -y e… 继续阅读 ModSecurity开源WAF部署
先安装nginx yum安装nginx-mainline epel yum install -y e… 继续阅读 ModSecurity开源WAF部署
官网 准备 yum install -y yum-utils yum源 vim /etc/yum.r… 继续阅读 yum安装nginx-mainline
🚀Luckysheet ,一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。 文档 … 继续阅读 Kubernetes部署luckysheet在线表格系统5-nginx配置
NextCloud 是一款开源网络硬盘系统。任何人都可以自由的获取 NextCloud 程序,在家庭… 继续阅读 Kubernetes部署NextCloud网盘
#! /bin/bash export LANG=en_US.UTF-8 #WARNLIMIT=-1… 继续阅读 check_nginx.sh查看nginx状态
FROM node:alpine as builder WORKDIR ‘/build’ COPY … 继续阅读 Docker分阶段构建WEB前端项目镜像
location / { proxy_pass https://www.baidu.com/; pr… 继续阅读 nginx代理去掉header
若开启CORS后还是无法生效,不妨将api和h5的nginx配置都开启301 http – http… 继续阅读 NGINX 配置跨域支持 CORS
code error reason 500 服务器内部错误 服务器遇到错误,无法完成请求 501 尚… 继续阅读 nginx 5xx错误列表
rewrite ^/location1/(.*)$ /location2/$1 ;
文档 pvc onlyoffice-data apiVersion: v1 kind: Persis… 继续阅读 kubernetes部署onlyoffice-documentserver
地址栏中输入 chrome://net-internals/#hsts 在 Delete domai… 继续阅读 禁止chrome浏览器http自动转成https
在server层做: server { … if($remote_addr !~ ^119\.1… 继续阅读 nginx根据ip来源分流
nginx-custom-config.yaml: — apiVersion: v1 kind:… 继续阅读 kubernetes部署nginx
if ($user_agent ~ ‘YisouSpider|MJ12bot/v1.4.2|Youd… 继续阅读 nginx屏蔽特定useragent
apiVersion: extensions/v1beta1 kind: Ingress metad… 继续阅读 ingress访问黑名单
和nginx不一样 需要对每个子Location进行单独rewrite apiVersion: ne… 继续阅读 ingress实现的动静分离
apiVersion: v1 kind: Service metadata: # 这里服务取名为ng… 继续阅读 阿里云ack创建内网ingress
apiVersion: v1 kind: Namespace metadata: name: ngi… 继续阅读 kubernetes快速部署ingress-nginx控制器1.5.5