Skip to content

Instantly share code, notes, and snippets.

@Geal
Created August 17, 2018 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Geal/19ed032c77e23a0e9aee36c41e4930c8 to your computer and use it in GitHub Desktop.
Save Geal/19ed032c77e23a0e9aee36c41e4930c8 to your computer and use it in GitHub Desktop.
[applications]
[applications.MyApp]
protocol = "http"
frontends = [
{ address = "0.0.0.0:8080", hostname = "lolcatho.st" },
{ address = "0.0.0.0:8443", hostname = "lolcatho.st", certificate = "./certificate.pem", key = "./key.pem", certificate_chain = "./certificate_chain.pem" }
]
backends = [
{ address = "127.0.0.1:1024" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment