From 3a665c627b8ba05e00b8c4abfea61835df9808f3 Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Sun, 16 Sep 2018 19:03:47 +0200 Subject: [PATCH] fix traefik toml --- Production-Traefik/traefik.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Production-Traefik/traefik.toml b/Production-Traefik/traefik.toml index e54e954..b85e505 100644 --- a/Production-Traefik/traefik.toml +++ b/Production-Traefik/traefik.toml @@ -3,7 +3,6 @@ defaultEntryPoints = ["https","http"] logLevel = "ERROR" [entryPoints] - useXForwardedFor = true [entryPoints.http] address = ":80" [entryPoints.http.redirect]