h2c server
This commit is contained in:
parent
bfdd1997f6
commit
e76836b948
7 changed files with 690 additions and 70 deletions
|
@ -1,15 +1,10 @@
|
|||
defaultEntryPoints = ["https"]
|
||||
defaultEntryPoints = ["http"]
|
||||
|
||||
rootCAs = [ """{{ .CertContent }}""" ]
|
||||
debug=true
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.https]
|
||||
address = ":4443"
|
||||
[entryPoints.https.tls]
|
||||
[[entryPoints.https.tls.certificates]]
|
||||
certFile = """{{ .CertContent }}"""
|
||||
keyFile = """{{ .KeyContent }}"""
|
||||
|
||||
[entryPoints.http]
|
||||
address = ":8081"
|
||||
|
||||
[api]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue