-
When a route with gprc proxy is used, stdout keeps printing the warn message "a client request body is buffered to a temporary file" . I have changed ngx_tpl.lua to set up client_body_buffer_size to 20M. But it doesn't work. |
Beta Was this translation helpful? Give feedback.
Answered by
tokers
Oct 25, 2021
Replies: 1 comment 2 replies
-
You should modify the directive |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tokers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should modify the directive
client_body_buffer_size
.