Add global HTTP to HTTPS redirect
All HTTP traffic now redirects to HTTPS at the entrypoint level, eliminating the need for per-service redirect middleware. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,11 @@ entryPoints:
|
|||||||
address: ":80"
|
address: ":80"
|
||||||
proxyProtocol:
|
proxyProtocol:
|
||||||
insecure: true
|
insecure: true
|
||||||
|
http:
|
||||||
|
redirections:
|
||||||
|
entryPoint:
|
||||||
|
to: https
|
||||||
|
scheme: https
|
||||||
https:
|
https:
|
||||||
address: ":443"
|
address: ":443"
|
||||||
proxyProtocol:
|
proxyProtocol:
|
||||||
|
|||||||
Reference in New Issue
Block a user