mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 22:36:45 +08:00
dynamic client_max_body_size
This commit is contained in:
@@ -17,7 +17,7 @@ http {
|
||||
server_tokens off;</span><span ng-if="!data.log_not_found">
|
||||
log_not_found off;</span>
|
||||
|
||||
client_max_body_size 50M;
|
||||
client_max_body_size {{ data.client_max_body_size }}M;
|
||||
client_body_buffer_size 128k;
|
||||
|
||||
# mime
|
||||
|
Reference in New Issue
Block a user