https auth
This commit is contained in:
parent
38bac176ed
commit
6b4cecf909
|
|
@ -57,7 +57,7 @@ defaultEntryPoints = ["https","http"]
|
||||||
address = ":80"
|
address = ":80"
|
||||||
[entryPoints.http.redirect]
|
[entryPoints.http.redirect]
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
[entryPoints.http.auth.basic]
|
[entryPoints.https.auth.basic]
|
||||||
users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
|
users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
|
||||||
[entryPoints.https]
|
[entryPoints.https]
|
||||||
address = ":443"
|
address = ":443"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue