Configure upload limits for setup of lua load balancer (#2309)
This commit is contained in:
parent
1c65320618
commit
b17ed7b6fd
2 changed files with 6 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -539,6 +539,11 @@ http {
|
||||||
allow ::1;
|
allow ::1;
|
||||||
{{ end }}
|
{{ end }}
|
||||||
deny all;
|
deny all;
|
||||||
|
|
||||||
|
# this should be equals to configuration_data dict
|
||||||
|
client_max_body_size "10m";
|
||||||
|
proxy_buffering off;
|
||||||
|
|
||||||
content_by_lua_block {
|
content_by_lua_block {
|
||||||
configuration.call()
|
configuration.call()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue