Skip to content

Commit

Permalink
Merge pull request #254 from buti1021/patch-1
Browse files Browse the repository at this point in the history
Update Docs on setting up https
  • Loading branch information
minrk authored Aug 28, 2024
2 parents 8415c27 + 89fc9a7 commit 8940966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ c.TraefikProxy.extra_static_config = {
"address": ":80"
},
"https": {
"address": ":443",
"http": {
"tls": {
"options": "default"
Expand All @@ -127,8 +128,8 @@ c.TraefikProxy.extra_static_config = {
"acme": {
"email": "[email protected]",
"storage": "acme.json",
"tlsChallenge": {},
},
"tlsChallenge": {},
},
},
}
Expand Down

0 comments on commit 8940966

Please sign in to comment.