414 Request-URI Too Large from Nginx
this is in project skypayload, I need support for very large query string in URL. I don't know how to configure nginx for nodejs service.

16 Replies
is that Zerops subdomain or your own domain?
our own
Hi @minsomai, the default nginx settings are:
It's not currently possible to change the configuration. However, it will be possible to change the nginx settings soon.
thank you
What values would your application need?
its showing 11KB ^ @Jan Saidl
we might need more
If I host in ubuntu instaead of nodejs service, I can configure this myself?
No, switching to Ubuntu won't help. This is a configuration limitation of Nginx, which is at the project's entry point.
I'll try to manually change it on your project now to see if it helps. If it does, I'll try to come up with a permanent solution.
I set it to 16k instead of 8k, can you please try it?
nop not working
All right, another try:
nop
I can see it in the log. Okay, so I've set really big values. Can you try it now, please?
nop. I can DM you curl, LMK
Yes please
Hi @minsomai , after some experimentation I think that the correct values will solve this problem. I am currently working on a solution that will allow you to set this on your project.
thank you @Jan Saidl looking forward to it
Hi @minsomai
we finally released a new feature and now you can customize the l7 balancer configuration. Unfortunately the frontend is not ready yet, but you can make the change via API.
After the change, you still need to make any change in http routing - for example enable subdomain.
If there is any problem I can do the setup for you.