mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复nginx.conf错误 (#776)
Fix nginx: [emerg] unknown directive. Log `nginx: [emerg] unknown directive "client_body_buffer_size:" in /etc/nginx/nginx.conf:18 `
This commit is contained in:
parent
43ddc54a70
commit
746650b49a
|
@ -15,7 +15,7 @@ http {
|
|||
server_tokens off;
|
||||
|
||||
client_max_body_size 20m;
|
||||
client_body_buffer_size: 20m;
|
||||
client_body_buffer_size 20m;
|
||||
|
||||
keepalive_timeout 65;
|
||||
|
||||
|
@ -42,4 +42,4 @@ http {
|
|||
|
||||
access_log /var/log/nginx/access.log main;
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user