Browse Source

fixes

feature/auto_ssh
Andrew Camilleri 6 years ago
committed by GitHub
parent
commit
de0eacb35c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Production/traefik.toml

4
Production/traefilk.toml → 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"
format = "json"
Loading…
Cancel
Save