remove permanent redirect for https

This commit is contained in:
Milo Schwartz 2025-01-25 13:23:36 -05:00
parent 8e5330fb82
commit 72f1686395
No known key found for this signature in database
4 changed files with 2 additions and 5 deletions

View file

@ -62,8 +62,7 @@ export async function traefikConfigProvider(
},
[redirectMiddlewareName]: {
redirectScheme: {
scheme: "https",
permanent: true,
scheme: "https"
},
},
},