mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
26 lines
No EOL
568 B
TOML
26 lines
No EOL
568 B
TOML
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":80"
|
|
[entryPoints.web.http]
|
|
[entryPoints.web.http.redirections]
|
|
[entryPoints.web.http.redirections.entryPoint]
|
|
to = "websecure"
|
|
scheme = "https"
|
|
|
|
[entryPoints.websecure]
|
|
address = ":443"
|
|
|
|
[accessLog]
|
|
|
|
[api]
|
|
dashboard = true
|
|
|
|
[providers]
|
|
[providers.docker]
|
|
exposedByDefault = false
|
|
|
|
[certificatesResolvers.letsencrypt.acme]
|
|
email = "aurthurmusendame@gmail.com"
|
|
storage = "/certificates/acme.json"
|
|
[certificatesResolvers.letsencrypt.acme.httpChallenge]
|
|
entryPoint = "web" |