AlexSJC 的博客

Nginx Proxy Manager

https://github.com/NginxProxyManager/nginx-proxy-manager

AlexSJC AlexSJC 发布于 2024-08-12

Nginx 斜杠魔法

文档 【location】https://nginx.org/en/docs/http/ngx_http_core_module.html#location Syntax: location [ = | ~ | ~* | ^~ ] uri { ... } location @name

AlexSJC AlexSJC 发布于 2024-08-12

配置 www 和 https 跳转

Nginx server { listen 80; return 301 https://$host$request_uri; } server { listen 80; listen 443 ssl; server_name example.com; return 301

AlexSJC AlexSJC 发布于 2024-08-07

nginxWebUI

Nginx Web page configuration tool. Use web pages to quickly configure Nginx. Nginx 网页管理工具,使用网页来快速配置与管理 Nginx 单机与集群。

AlexSJC AlexSJC 发布于 2024-08-06