From de0eacb35cfb70bf11cfa580a8b1fa55b01fe006 Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Thu, 13 Sep 2018 19:41:22 +0200 Subject: [PATCH] fixes --- Production/{traefilk.toml => traefik.toml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Production/{traefilk.toml => traefik.toml} (93%) diff --git a/Production/traefilk.toml b/Production/traefik.toml similarity index 93% rename from Production/traefilk.toml rename to Production/traefik.toml index 25f823a..e54e954 100644 --- a/Production/traefilk.toml +++ b/Production/traefik.toml @@ -1,6 +1,6 @@ defaultEntryPoints = ["https","http"] -logLevel="ERROR" +logLevel = "ERROR" [entryPoints] useXForwardedFor = true @@ -32,4 +32,4 @@ entryPoint = "http" [accessLog] filePath = "/traefik_logs/access.log" - format = "json" \ No newline at end of file + format = "json"