Sơn Ngô
Sơn Ngô
Hello @jonathansmith9485, I recently had the same problem as you, I also had some operations with large requests and the request response time was very long. Only when I set...
My recent workaround is to use **ctl:requestBodyAccess=Off** for requests that do large file uploads, perhaps checking multiple files or large files also causes this timeout issue. Hopefully there will be...
Hi @airween, thank you for looking into this issue.To provide more context, I would like to share my **HTTP** and **vhost** configurations below. However, I suspect that the issue might...
@TheophileDiot I would like to ask if the whitelist plugin supports doing this (to bypass the security mechanism)
Thanks @TheophileDiot, it would be great to have both Free and PRO versions for research and business users.
> I'll still have to confirm this, but if you want to align the value of `worker_processes` with the pod's CPU limit, you can try setting the config map key...
Thanks @haywoodsh, I'll probably create an issue at the NGINX core project, hardsetting worker_processes is a good solution for now.