permanent redirect

This commit is contained in:
MatthiasCzech 2019-02-05 00:59:36 +01:00
parent 5942259c10
commit 0a762f67be
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ defaultEntryPoints = ["https","http"]
address = ":80" address = ":80"
[entryPoints.http.redirect] [entryPoints.http.redirect]
entryPoint = "https" entryPoint = "https"
permanent = true
[entryPoints.https.auth.basic] [entryPoints.https.auth.basic]
users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
[entryPoints.https] [entryPoints.https]