mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-29 07:56:06 +08:00
Fix nginx.conf
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
7c807e3ec8
commit
c9dccd99b7
|
@ -15,7 +15,7 @@ http {
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
|
||||||
client_max_body_size 20m;
|
client_max_body_size 20m;
|
||||||
client_body_buffer_size: 20m;
|
client_body_buffer_size 20m;
|
||||||
|
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user