remove client_body_buffer_size

This commit is contained in:
James 2022-01-31 22:31:32 +00:00
parent 15b0eedd57
commit 70aa547b45
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
add_header Front-End-Https on;
client_max_body_size 5G;
client_body_buffer_size 1G;
}
}