Nginx url limit 502 gateway
问题 I have a question but I accept other suggestions that bypass this feature. Basically I'm sending big lines of text ~3000 characters to my server in a get request and the server sends it to google translate as params in a url. The problem: Nginx throws me a 502 bad gateway error when the url is > 1900 characters. How can I increase the limit of my nginx url? Alternative Solution: Sending a post request with the 3000 characters in a JSON as a string? 回答1: To answer your question, there is a