Nginx 服务器基础配置指令

1 主要配置文件为 nginx.confhtml worker_processes 1; #全局生效 events{ worker_connections 1024; # 在events 部分中生效 } http{ # 如下指令在 http中生效 include mime.type; default_type appliaction/oct
相关文章
相关标签/搜索