Appearance

nginx

zhaoyifan2022/01/15其他其他

nginx

配置文件

  • 文件入口 /ect/nginx/nginx.conf 主配置文件

  • nginx配置语法

{} 是指令块,可以将放多条指令

$ 变量

  • location

~ 指的是匹配正则

= 指的是精确匹配

空 是模糊匹配

Last Updated 11/12/2025, 1:26:20 AM
ON THIS PAGE