79376093

Date: 2025-01-21 22:32:29
Score: 0.5
Natty:
Report link

Traefik does proxy/forward requests. A "redirect" tells the HTTP client to go to a different address.

http is Traefik dynamic config. Place it in a separate config file and load it in static config via providers.file (doc).

Traefik dashboard is reachable at /dashboard/ and requires /api, it will not respond to /traefik (doc), unless explicitly configured so, only available in the latest (or next?) version.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: bluepuma77