proxy_ssl_server_name

proxy_ssl_server_name on ; Nginx 反向代理高级篇 : Nginx 反向代理高级…

nginx 代理 websocker 4层转发

nginx  代理 websocker  4层转发

需求, 后端有websokcer 通信, 目标: 实现通过nginx  监听 8193 转发到后端。 &nbs…

nginx 可视化管理平台 Nginx-Proxy-Manager

nginx 可视化管理平台 Nginx-Proxy-Manager

nginx-proxy-manager 是一个反向代理管理系统,它基于 NGINX,具有漂亮干净的 Web U…

nginx proxy_pass

nginx proxy_pass

      在编写proxy_pass的时候,后面的值要不要加”/”? prox…

nginx https 配置中 有一个A域名, 然后又配置了B域名, 结果访问B会跳转到 A

现象就是 nginx https 配置中 有一个A域名, 然后又配置了B域名, 结果访问B会跳转到 A Ngi…

nginx log 相关

nginx log 相关

nginx log   server { listen 8191; server_name uat.…

nginx set 指令 rewitelog

nginx配置指令rewrite的last、break、redirect、permanent参数详解 – 简书…

nginx强制http转https时,POST请求http失败

nginx强制http转https时,POST请求http失败

    测试通过: location / { proxy_pass http://7.3.…

nginx rewriter flag 介绍-redirect-permanent-break-last

nginx rewriter  flag 介绍-redirect-permanent-break-last

redirect; #临时重定向,重写完成后以临时重定向方式直接返回重写后生成的新URL给客户端,由客户端重新…

nginx location 分类

nginx  location 分类

1.location分类   一般location分为三大类 (1)精准匹配:location = …