Use `url_for` in api
proxy_set_header Host $host;
was missing in the nginx config...
Nevertheless refactoring to use url_for
instead of urljoin
is more flask like.
Edited by jfriedli
proxy_set_header Host $host;
was missing in the nginx config...
Nevertheless refactoring to use url_for
instead of urljoin
is more flask like.