From 937bb43996dd0171d300fd3f6c4627542c9f5814 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Sun, 27 Jul 2025 18:53:30 +0530 Subject: [PATCH] remove traefik config file --- traefik/traefik.yml | 50 --------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 traefik/traefik.yml diff --git a/traefik/traefik.yml b/traefik/traefik.yml deleted file mode 100644 index 9c8a4e7..0000000 --- a/traefik/traefik.yml +++ /dev/null @@ -1,50 +0,0 @@ -api: - dashboard: true - debug: true -entryPoints: - web: - address: ":80" - http: - redirections: - entryPoint: - to: websecure - scheme: https - websecure: - address: ":443" - http: - tls: - certResolver: letsencrypt - domains: - - main: domain.name - sans: - - '*.domain.name' -serversTransport: - insecureSkipVerify: false -providers: - docker: - endpoint: "unix:///var/run/docker.sock" - exposedByDefault: false -certificatesResolvers: - letsencrypt: - acme: - email: email@domain.name - storage: acme.json - caServer: https://acme-v02.api.letsencrypt.org/directory # prod (default) - # caServer: https://acme-staging-v02.api.letsencrypt.org/directory # staging - dnsChallenge: - provider: cloudflare - #disablePropagationCheck: true # uncomment this if you have issues pulling certificates through cloudflare, By setting this flag to true disables the need to wait for the propagation of the TXT record to all authoritative name servers. - #delayBeforeCheck: 60s # uncomment along with disablePropagationCheck if needed to ensure the TXT record is ready before verification is attempted - resolvers: - - "1.1.1.1:53" - - "1.0.0.1:53" -log: - level: "INFO" - filePath: "/var/log/traefik/traefik.log" - maxSize: 10 - maxBackups: 5 -accessLog: - filePath: "/var/log/traefik/access.log" - fields: - names: - StartUTC: drop \ No newline at end of file