From aa4c96bdfe6f2d6c5a2f4533c2199e0fed70e6b8 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 4 May 2020 08:40:06 +0300 Subject: [PATCH] Removed unused config --- traefik.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 traefik.yml diff --git a/traefik.yml b/traefik.yml deleted file mode 100644 index 0253ec1548..0000000000 --- a/traefik.yml +++ /dev/null @@ -1,13 +0,0 @@ -tls: - certificates: - - certFile: /certs/default.crt - keyFile: /certs/default.key - - certFile: /storage/certificates/fullchain.pem - keyFile: /storage/certificates/privkey.pem - -# tls: -# certificates: -# - certFile: /path/to/domain.cert -# keyFile: /path/to/domain.key -# - certFile: /path/to/other-domain.cert -# keyFile: /path/to/other-domain.key \ No newline at end of file