source_path: /opt/nexifyai/traefik/traefik.yml
ingested: 2026-07-13
sha256: 9294d37dc12b2be6dc45d0e1ca83991b463a63e55e1cf776dc54ac4d755f0899

Traefik Configuration โ€” NeXifyAI Unified Portal

app.nexifyai.cloud

api: dashboard: false insecure: false

entryPoints: web: address: ":80" http: redirections: entryPoint: to: websecure scheme: https websecure: address: ":443" metrics: address: ":8082"

metrics: prometheus: entryPoint: metrics addEntryPointsLabels: true addServicesLabels: true

certificatesResolvers: letsencrypt: acme: email: admin@nexifyai.cloud storage: /opt/nexifyai/traefik/acme.json httpChallenge: entryPoint: web

providers: file: filename: /opt/nexifyai/traefik/dynamic.yml watch: true

log: level: INFO

accessLog: filePath: /var/log/traefik/access.log