| LOW | traefik.sample.yml | 1 | ################################################################ |
| LOW | traefik.sample.yml | 21 | # |
| LOW | traefik.sample.yml | 41 | # Log level |
| LOW | traefik.sample.yml | 61 | # format: json |
| LOW | traefik.sample.yml | 81 | |
| LOW | traefik.sample.yml | 101 | #api: |
| LOW | traefik.sample.yml | 121 | #ping: |
| LOW | traefik.sample.yml | 141 | # endpoint: tcp://10.10.10.10:2375 |
| LOW | traefik.sample.toml | 1 | ################################################################ |
| LOW | traefik.sample.toml | 21 | # |
| LOW | traefik.sample.toml | 41 | |
| LOW | traefik.sample.toml | 61 | # |
| LOW | traefik.sample.toml | 81 | # |
| LOW | traefik.sample.toml | 101 | |
| LOW | traefik.sample.toml | 121 | [ping] |
| LOW | traefik.sample.toml | 141 | # |
| LOW | integration/conf_throttling_test.go | 101 | // The test tries to trigger a config reload with the REST API every 200ms, |
| LOW | integration/integration_test.go | 441 | |
| LOW | integration/try/try.go | 21 | // Sleep pauses the current goroutine for at least the duration d. |
| LOW | docs/content/https/ref-acme.txt | 1 | # Enable ACME (Let's Encrypt): automatic SSL. |
| LOW | docs/content/https/ref-acme.txt | 21 | # |
| LOW | docs/content/https/ref-acme.txt | 41 | # Optional |
| LOW | docs/content/https/ref-acme.txt | 61 | # Available values : "EC256", "EC384", "RSA2048", "RSA4096", "RSA8192" |
| LOW | docs/content/https/ref-acme.txt | 81 | --certificatesresolvers.myresolver.acme.httpchallenge.entrypoint=web |
| LOW | docs/content/https/ref-acme.txt | 101 | # Default: 0 |
| LOW | docs/content/https/ref-acme.yaml | 1 | certificatesResolvers: |
| LOW | docs/content/https/ref-acme.yaml | 21 | # |
| LOW | docs/content/https/ref-acme.yaml | 41 | |
| LOW | docs/content/https/ref-acme.yaml | 61 | # Optional |
| LOW | docs/content/https/ref-acme.yaml | 81 | # |
| LOW | docs/content/https/ref-acme.yaml | 101 | # Useful if internal networks block external DNS queries. |
| LOW | docs/content/https/ref-acme.yaml | 121 | # |
| LOW | docs/content/https/ref-acme.toml | 1 | # Enable ACME (Let's Encrypt): automatic SSL. |
| LOW | docs/content/https/ref-acme.toml | 21 | # Default: "https://acme-v02.api.letsencrypt.org/directory" |
| LOW | docs/content/https/ref-acme.toml | 41 | # |
| LOW | docs/content/https/ref-acme.toml | 61 | # |
| LOW | docs/content/https/ref-acme.toml | 81 | # |
| LOW | docs/content/https/ref-acme.toml | 101 | # Optional |
| LOW | pkg/config/dynamic/tcp_middlewares.go | 21 | // The middleware closes the connection if there are already amount connections opened. |
| LOW | pkg/config/dynamic/http_config.go | 341 | // More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite |
| LOW | pkg/config/dynamic/middlewares.go | 81 | // AutoDetect specifies whether to let the `Content-Type` header, if it has not been set by the backend, |
| LOW | pkg/config/dynamic/middlewares.go | 101 | |
| LOW | pkg/config/dynamic/middlewares.go | 121 | } |
| LOW | pkg/config/dynamic/middlewares.go | 241 | // AllowEncodedNullCharacter defines whether requests with encoded null characters in the path are allowed. |
| LOW | pkg/config/dynamic/middlewares.go | 261 | // as ranges by separating two codes with a dash (500-599), |
| LOW | pkg/config/dynamic/middlewares.go | 281 | NginxHeaders *http.Header `json:"nginxHeaders,omitempty" toml:"-" yaml:"-" label:"-" file:"-" kv:"-" export:"true"` |
| LOW | pkg/config/dynamic/middlewares.go | 301 | // More info: https://doc.traefik.io/traefik/v3.7/middlewares/http/forwardauth/#authresponseheadersregex |
| LOW | pkg/config/dynamic/middlewares.go | 361 | // AccessControlAllowOriginList is a list of allowable origins. Can also be a wildcard origin "*". |
| LOW | pkg/config/dynamic/middlewares.go | 381 | STSSeconds *int64 `json:"stsSeconds,omitempty" toml:"stsSeconds,omitempty" yaml:"stsSeconds,omitempty" export:"true"` |
| LOW | pkg/config/dynamic/middlewares.go | 401 | ContentSecurityPolicy string `json:"contentSecurityPolicy,omitempty" toml:"contentSecurityPolicy,omitempty" yaml:"conte |
| LOW | pkg/config/dynamic/middlewares.go | 541 | |
| LOW | pkg/config/dynamic/middlewares.go | 561 | type InFlightReq struct { |
| LOW | pkg/config/dynamic/middlewares.go | 641 | // +k8s:deepcopy-gen=true |
| LOW | pkg/config/dynamic/middlewares.go | 661 | PoolSize int `json:"poolSize,omitempty" toml:"poolSize,omitempty" yaml:"poolSize,omitempty" export:"true"` |
| LOW | pkg/config/dynamic/middlewares.go | 741 | // ReplacePathRegex holds the replace path regex middleware configuration. |
| LOW | pkg/config/dynamic/middlewares.go | 941 | |
| LOW | pkg/config/dynamic/tcp_config.go | 101 | // |
| LOW | pkg/middlewares/ingressnginx/snippet/snippet.go | 281 | // ======================================================================== |
| LOW | pkg/middlewares/compress/compression_handler.go | 21 | contentLength = "Content-Length" |
| LOW | pkg/middlewares/capture/capture.go | 1 | // Package capture is a middleware that captures requests/responses size, and status. |
| 46 more matches not shown… |