mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-27 12:46:18 +02:00
remove permanent redirect for https
This commit is contained in:
parent
8e5330fb82
commit
72f1686395
4 changed files with 2 additions and 5 deletions
|
@ -3,7 +3,6 @@ http:
|
||||||
redirect-to-https:
|
redirect-to-https:
|
||||||
redirectScheme:
|
redirectScheme:
|
||||||
scheme: https
|
scheme: https
|
||||||
permanent: true
|
|
||||||
|
|
||||||
routers:
|
routers:
|
||||||
# HTTP to HTTPS redirect router
|
# HTTP to HTTPS redirect router
|
||||||
|
|
|
@ -3,7 +3,6 @@ http:
|
||||||
redirect-to-https:
|
redirect-to-https:
|
||||||
redirectScheme:
|
redirectScheme:
|
||||||
scheme: https
|
scheme: https
|
||||||
permanent: true
|
|
||||||
|
|
||||||
routers:
|
routers:
|
||||||
# HTTP to HTTPS redirect router
|
# HTTP to HTTPS redirect router
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fosrl/pangolin",
|
"name": "@fosrl/pangolin",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0-beta.9",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Tunneled Reverse Proxy Management Server with Identity and Access Control and Dashboard UI",
|
"description": "Tunneled Reverse Proxy Management Server with Identity and Access Control and Dashboard UI",
|
||||||
|
|
|
@ -62,8 +62,7 @@ export async function traefikConfigProvider(
|
||||||
},
|
},
|
||||||
[redirectMiddlewareName]: {
|
[redirectMiddlewareName]: {
|
||||||
redirectScheme: {
|
redirectScheme: {
|
||||||
scheme: "https",
|
scheme: "https"
|
||||||
permanent: true,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue