lanadelrey
lanadelrey

Reputation: 443

Is there an option to use nginx instead of traefik?

The "Select a front-end web server/proxy to use" option seems to be gone. I'm using cookiecutter-django's docker compose setup.

I'd rather use nginx (a more familiar technology without the excessive abstractions of traefik).

Upvotes: 0

Views: 80

Answers (1)

AKX
AKX

Reputation: 168824

Seems the option is gone.

PR #1282 from 2017 switched from Nginx to Caddy.

PR #1714 from 2019 switched Caddy to Traefik.

I'm pretty certain you can still configure any reverse proxy you like by hand.

Upvotes: 1

Related Questions