11 lines
231 B
YAML
11 lines
231 B
YAML
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
websecure:
|
|
address: ":443"
|
|
|
|
tls:
|
|
certificates:
|
|
- certFile: "/opt/Neah-Enkun/traefik/certs/cloud.neah.local.crt"
|
|
keyFile: "/opt/Neah-Enkun/traefik/certs/cloud.neah.local.key"
|