Untitled

From Blush Duck, 1 Year ago, written in Plain Text, viewed 119 times. This paste will slip away in 1 Second.
URL https://paste.steamr.com/view/9fce8cad Embed
Download Paste or View Raw
  1. log:
  2.   level: INFO
  3.   filepath: "/var/log/traefik/traefik.log"
  4.  
  5. accessLog:
  6.   filepath: "/var/log/traefik/access.log"
  7.   fields:
  8.     defaultMode: keep
  9.     headers:
  10.       defaultMode: keep
  11.  
  12. api:
  13.   dashboard: true
  14.   insecure: false
  15.   debug: true
  16.  
  17. entryPoints:
  18.   http:
  19.     address: ":80"
  20.   https:
  21.     address: ":443"
  22.  
  23. providers:
  24.   docker:
  25.     exposedByDefault: false
  26.     endpoint: "tcp://socket-proxy:2375"
  27.     network: "traefik"
  28.     defaultRule: "Host(`{{ trimPrefix `/` .Name }}.example.com`)"
  29.   file:
  30.     filename: "/config/dynamic_config.yml"
  31.     watch: true
  32.  
  33. certificatesResolvers:
  34.   letsencrypt:
  35.     acme:
  36.       email: ucalgary-acme@steamr.com
  37.       storage: "/config/acme.json"
  38.       httpChallenge:
  39.         entryPoint: http
  40.  

Reply to "Untitled"

Here you can reply to the paste above