# 2023-04-01 global: checkNewVersion: false sendAnonymousUsage: false api: dashboard: true debug: false insecure: false entryPoints: http: address: ":80" http: redirections: entryPoint: to: https scheme: https permanent: true https: address: ":443" metrics: address: ":6082" streaming: address: ":1704/udp" serversTransport: # Disables SSL certificate verification insecureSkipVerify: true providers: docker: endpoint: "unix:///var/run/docker.sock" exposedByDefault: false network: proxy watch: true file: filename: /config.yml watch: true certificatesResolvers: cloudflare: acme: email: [your email] storage: acme.json dnsChallenge: provider: cloudflare resolvers: - "1.1.1.1:53" - "1.0.0.1:53" log: level: "error" #accessLog: false accessLog: filePath: "/logs/traefik.log" format: json filters: statusCodes: - "200" - "400-599" retryAttempts: true minDuration: "10ms" bufferingSize: 0 fields: headers: defaultMode: drop # drop all headers per default names: User-Agent: keep # log user agent strings experimental: plugins: modsecurity: modulename: github.com/acouvreur/traefik-modsecurity-plugin version: v1.3.0