nginx 配置笔记

nginx.conf

处理器数量

worker_processes 1;

http

客户端请求正文大小

client_max_body_size 2000m;

根据被代理文件的具体类型,自动地在http响应头中自动添加Content-Type

include mime.types;

设置默认的内容类型

default_type application/octet-stream;

开启高效文件传输模式

sendfile on;

posted on 2022-04-11 22:40  路过君  阅读(13)  评论(0编辑  收藏  举报

导航