草庐IT

Nginx从入门到掌握【(第2节(共3节)】

目录:nginx作为web服务器时使用的配置.网络连接相关的配置:正文:一、nginx作为web服务器时使用的配置.1.http配置段:Syntax:http{...}Default:—Context:mainhttp{}:由ngx_http_core_module模块所引入;Documentation:http://nginx.org/en/docs/http/ngx_http_core_module.html#http2.server配置段:Syntax:server{...}Default:—Context:httpserver{}:由ngx_http_core_module模块所引入;