remove permanent redirect for https

This commit is contained in:
Milo Schwartz 2025-01-25 13:23:36 -05:00
parent e37f9d81ad
commit 8ed35c852f
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"
},
},
},