gis-ops / docker-valhalla

This is our flexible Docker repository for the Valhalla routing engine
MIT License
240 stars 70 forks source link

413 Client Error: Request Entity Too Large #3

Closed JackCaster closed 4 years ago

JackCaster commented 4 years ago

I am using the service trace_attributes but I am getting the error 413 Client Error: Request Entity Too Large for some large requests. I would like to increase the allowed server body size (see here) but I do not know where to find the Valhalla server settings. Would you be able to help?

nilsnolde commented 4 years ago

No, sorry that's definitely an issue for Valhalla's repo (or their dependency prime server, not sure).

This repo is solely about dockerizing Valhalla, we (intentionally) don't provide any internal server, Valhalla does that by itself and you can put another web server in front of it at your own will.