Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.05 KB | None | 0 0
  1. docker-compose logs traefik
  2. Attaching to traefik
  3. traefik | time="2019-08-14T19:17:36Z" level=info msg="Using TOML configuration file /traefik.toml"
  4. traefik | time="2019-08-14T19:17:36Z" level=info msg="Traefik version v1.7.13 built on 2019-08-08_04:46:14PM"
  5. traefik | time="2019-08-14T19:17:36Z" level=debug msg="Global configuration loaded {\"LifeCycle\":{\"RequestAcceptGraceTimeout\":0,\"GraceTimeOut\":10000000000},\"GraceTimeOut\":0,\"Debug\":false,\"CheckNewVersion\":true,\"SendAnonymousUsage\":false,\"AccessLogsFile\":\"\",\"AccessLog\":null,\"TraefikLogsFile\":\"\",\"TraefikLog\":null,\"Tracing\":null,\"LogLevel\":\"DEBUG\",\"EntryPoints\":{\"dash\":{\"Address\":\":8080\",\"TLS\":null,\"Redirect\":null,\"Auth\":{\"basic\":{}},\"WhitelistSourceRange\":null,\"WhiteList\":null,\"Compress\":false,\"ProxyProtocol\":null,\"ForwardedHeaders\":{\"Insecure\":true,\"TrustedIPs\":null}},\"http\":{\"Address\":\":80\",\"TLS\":null,\"Redirect\":{\"entryPoint\":\"https\"},\"Auth\":null,\"WhitelistSourceRange\":null,\"WhiteList\":null,\"Compress\":false,\"ProxyProtocol\":null,\"ForwardedHeaders\":{\"Insecure\":true,\"TrustedIPs\":null}},\"https\":{\"Address\":\":443\",\"TLS\":{\"MinVersion\":\"\",\"CipherSuites\":null,\"Certificates\":null,\"ClientCAFiles\":null,\"ClientCA\":{\"Files\":null,\"Optional\":false},\"DefaultCertificate\":null,\"SniStrict\":false},\"Redirect\":null,\"Auth\":null,\"WhitelistSourceRange\":null,\"WhiteList\":null,\"Compress\":false,\"ProxyProtocol\":null,\"ForwardedHeaders\":{\"Insecure\":true,\"TrustedIPs\":null}}},\"Cluster\":null,\"Constraints\":[],\"ACME\":{\"Email\":\"mattias.hedman@gmail.com\",\"Domains\":[{\"Main\":\"*.grillgeek.se\",\"SANs\":[\"grillgeek.se\"]},{\"Main\":\"sundsvallbbq.se\",\"SANs\":null}],\"Storage\":\"acme.json\",\"StorageFile\":\"\",\"OnDemand\":false,\"OnHostRule\":true,\"CAServer\":\"https://acme-v02.api.letsencrypt.org/directory\",\"EntryPoint\":\"https\",\"KeyType\":\"\",\"DNSChallenge\":{\"Provider\":\"cloudflare\",\"DelayBeforeCheck\":30000000000,\"Resolvers\":[\"1.1.1.1\"],\"DisablePropagationCheck\":false},\"HTTPChallenge\":null,\"TLSChallenge\":null,\"DNSProvider\":\"\",\"DelayDontCheckDNS\":0,\"ACMELogging\":false,\"OverrideCertificates\":false,\"TLSConfig\":null},\"DefaultEntryPoints\":[\"http\",\"https\"],\"ProvidersThrottleDuration\":2000000000,\"MaxIdleConnsPerHost\":200,\"IdleTimeout\":0,\"InsecureSkipVerify\":false,\"RootCAs\":null,\"Retry\":null,\"HealthCheck\":{\"Interval\":30000000000},\"RespondingTimeouts\":null,\"ForwardingTimeouts\":null,\"AllowMinWeightZero\":false,\"KeepTrailingSlash\":false,\"Web\":null,\"Docker\":{\"Watch\":true,\"Filename\":\"\",\"Constraints\":null,\"Trace\":false,\"TemplateVersion\":2,\"DebugLogGeneratedTemplate\":false,\"Endpoint\":\"unix:///var/run/docker.sock\",\"Domain\":\"grillgeek.se\",\"TLS\":null,\"ExposedByDefault\":true,\"UseBindPortIP\":false,\"SwarmMode\":false,\"Network\":\"web\",\"SwarmModeRefreshSeconds\":15},\"File\":null,\"Marathon\":null,\"Consul\":null,\"ConsulCatalog\":null,\"Etcd\":null,\"Zookeeper\":null,\"Boltdb\":null,\"Kubernetes\":null,\"Mesos\":null,\"Eureka\":null,\"ECS\":null,\"Rancher\":null,\"DynamoDB\":null,\"ServiceFabric\":null,\"Rest\":null,\"API\":{\"EntryPoint\":\"dash\",\"Dashboard\":true,\"Debug\":false,\"CurrentConfigurations\":null,\"Statistics\":null},\"Metrics\":null,\"Ping\":null,\"HostResolver\":null}"
  6. traefik | time="2019-08-14T19:17:36Z" level=info msg="\nStats collection is disabled.\nHelp us improve Traefik by turning this feature on :)\nMore details on: https://docs.traefik.io/basics/#collected-data\n"
  7. traefik | time="2019-08-14T19:17:36Z" level=error msg="Failed to read new account, ACME data conversion is not available : permissions 755 for acme.json are too open, please use 600"
  8. traefik | time="2019-08-14T19:17:36Z" level=error msg="Unable to add ACME provider to the providers list: unable to get ACME account : permissions 755 for acme.json are too open, please use 600"
  9. traefik | time="2019-08-14T19:17:36Z" level=info msg="Preparing server dash &{Address::8080 TLS:<nil> Redirect:<nil> Auth:0xc000747080 WhitelistSourceRange:[] WhiteList:<nil> Compress:false ProxyProtocol:<nil> ForwardedHeaders:0xc000868280} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s"
  10. traefik | time="2019-08-14T19:17:36Z" level=debug msg="Creating entry point redirect http -> https"
  11. traefik | time="2019-08-14T19:17:36Z" level=info msg="Preparing server http &{Address::80 TLS:<nil> Redirect:0xc0006d11c0 Auth:<nil> WhitelistSourceRange:[] WhiteList:<nil> Compress:false ProxyProtocol:<nil> ForwardedHeaders:0xc0008682a0} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s"
  12. traefik | time="2019-08-14T19:17:36Z" level=info msg="Preparing server https &{Address::443 TLS:0xc0005898c0 Redirect:<nil> Auth:<nil> WhitelistSourceRange:[] WhiteList:<nil> Compress:false ProxyProtocol:<nil> ForwardedHeaders:0xc000868260} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s"
  13. traefik | time="2019-08-14T19:17:36Z" level=info msg="Starting server on :8080"
  14. traefik | time="2019-08-14T19:17:36Z" level=info msg="Starting server on :80"
  15. traefik | time="2019-08-14T19:17:38Z" level=info msg="Starting server on :443"
  16. traefik | time="2019-08-14T19:17:38Z" level=info msg="Starting provider configuration.ProviderAggregator {}"
  17. traefik | time="2019-08-14T19:17:38Z" level=info msg="Starting provider *docker.Provider {\"Watch\":true,\"Filename\":\"\",\"Constraints\":null,\"Trace\":false,\"TemplateVersion\":2,\"DebugLogGeneratedTemplate\":false,\"Endpoint\":\"unix:///var/run/docker.sock\",\"Domain\":\"grillgeek.se\",\"TLS\":null,\"ExposedByDefault\":true,\"UseBindPortIP\":false,\"SwarmMode\":false,\"Network\":\"web\",\"SwarmModeRefreshSeconds\":15}"
  18. traefik | time="2019-08-14T19:17:38Z" level=debug msg="Provider connection established with docker 19.03.1 (API 1.40)"
  19. traefik | time="2019-08-14T19:17:38Z" level=debug msg="originLabelsmap[com.docker.compose.oneoff:False com.docker.compose.project:docker com.docker.compose.service:grillgeek com.docker.compose.version:1.24.1 traefik.docker.network:web com.docker.compose.config-hash:46e3475771db62d53c8143844b16c9687486b617717ab46300bc11e7a5e2c150 com.docker.compose.container-number:1 traefik.frontend.rule:Host:www.grillgeek.se,grillgeek.se maintainer:NGINX Docker Maintainers <docker-maint@nginx.com> traefik.enable:true]"
  20. traefik | time="2019-08-14T19:17:38Z" level=debug msg="allLabelsmap[:map[traefik.enable:true traefik.frontend.rule:Host:www.grillgeek.se,grillgeek.se traefik.docker.network:web]]"
  21. traefik | time="2019-08-14T19:17:38Z" level=debug msg="originLabelsmap[com.docker.compose.version:1.24.1 org.opencontainers.image.url:https://traefik.io com.docker.compose.config-hash:afb28fd360f216b82283e7dd5d165a4245f6000f9b486e4df48d25592773ba44 com.docker.compose.project:docker com.docker.compose.service:traefik org.opencontainers.image.description:A modern reverse-proxy org.opencontainers.image.documentation:https://docs.traefik.io org.opencontainers.image.title:Traefik org.opencontainers.image.vendor:Containous org.opencontainers.image.version:v1.7.13 com.docker.compose.container-number:1 com.docker.compose.oneoff:False]"
  22. traefik | time="2019-08-14T19:17:38Z" level=debug msg="allLabelsmap[:map[]]"
  23. traefik | time="2019-08-14T19:17:38Z" level=debug msg="originLabelsmap[com.docker.compose.container-number:1 com.docker.compose.oneoff:False com.docker.compose.project:docker com.docker.compose.service:grillgeek com.docker.compose.version:1.24.1 traefik.docker.network:web com.docker.compose.config-hash:46e3475771db62d53c8143844b16c9687486b617717ab46300bc11e7a5e2c150 traefik.enable:true traefik.frontend.rule:Host:www.grillgeek.se,grillgeek.se maintainer:NGINX Docker Maintainers <docker-maint@nginx.com>]"
  24. traefik | time="2019-08-14T19:17:38Z" level=debug msg="allLabelsmap[:map[traefik.docker.network:web traefik.enable:true traefik.frontend.rule:Host:www.grillgeek.se,grillgeek.se]]"
  25. traefik | time="2019-08-14T19:17:38Z" level=debug msg="originLabelsmap[com.docker.compose.config-hash:afb28fd360f216b82283e7dd5d165a4245f6000f9b486e4df48d25592773ba44 com.docker.compose.project:docker com.docker.compose.version:1.24.1 org.opencontainers.image.url:https://traefik.io org.opencontainers.image.vendor:Containous org.opencontainers.image.version:v1.7.13 com.docker.compose.container-number:1 com.docker.compose.oneoff:False com.docker.compose.service:traefik org.opencontainers.image.description:A modern reverse-proxy org.opencontainers.image.documentation:https://docs.traefik.io org.opencontainers.image.title:Traefik]"
  26. traefik | time="2019-08-14T19:17:38Z" level=debug msg="allLabelsmap[:map[]]"
  27. traefik | time="2019-08-14T19:17:38Z" level=debug msg="Backend backend-grillgeek-docker: no load-balancer defined, fallback to 'wrr' method"
  28. traefik | time="2019-08-14T19:17:38Z" level=debug msg="Backend backend-traefik-docker: no load-balancer defined, fallback to 'wrr' method"
  29. traefik | time="2019-08-14T19:17:38Z" level=debug msg="Configuration received from provider docker: {\"backends\":{\"backend-grillgeek-docker\":{\"servers\":{\"server-grillgeek-d0bbe061a5e0438aae1a72e9084b9114\":{\"url\":\"http://172.19.0.2:80\",\"weight\":1}},\"loadBalancer\":{\"method\":\"wrr\"}},\"backend-traefik-docker\":{\"servers\":{\"server-traefik-d5e4f1d46b09ded78a3a1635c7178263\":{\"url\":\"http://172.19.0.3:80\",\"weight\":1}},\"loadBalancer\":{\"method\":\"wrr\"}}},\"frontends\":{\"frontend-Host-traefik-docker-grillgeek-se-1\":{\"entryPoints\":[\"http\",\"https\"],\"backend\":\"backend-traefik-docker\",\"routes\":{\"route-frontend-Host-traefik-docker-grillgeek-se-1\":{\"rule\":\"Host:traefik.docker.grillgeek.se\"}},\"passHostHeader\":true,\"priority\":0,\"basicAuth\":null},\"frontend-Host-www-grillgeek-se-grillgeek-se-0\":{\"entryPoints\":[\"http\",\"https\"],\"backend\":\"backend-grillgeek-docker\",\"routes\":{\"route-frontend-Host-www-grillgeek-se-grillgeek-se-0\":{\"rule\":\"Host:www.grillgeek.se,grillgeek.se\"}},\"passHostHeader\":true,\"priority\":0,\"basicAuth\":null}}}"
  30. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Wiring frontend frontend-Host-traefik-docker-grillgeek-se-1 to entryPoint http"
  31. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating backend backend-traefik-docker"
  32. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating load-balancer wrr"
  33. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating server server-traefik-d5e4f1d46b09ded78a3a1635c7178263 at http://172.19.0.3:80 with weight 1"
  34. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating route route-frontend-Host-traefik-docker-grillgeek-se-1 Host:traefik.docker.grillgeek.se"
  35. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Wiring frontend frontend-Host-traefik-docker-grillgeek-se-1 to entryPoint https"
  36. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating backend backend-traefik-docker"
  37. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating load-balancer wrr"
  38. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating server server-traefik-d5e4f1d46b09ded78a3a1635c7178263 at http://172.19.0.3:80 with weight 1"
  39. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating route route-frontend-Host-traefik-docker-grillgeek-se-1 Host:traefik.docker.grillgeek.se"
  40. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Wiring frontend frontend-Host-www-grillgeek-se-grillgeek-se-0 to entryPoint http"
  41. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating backend backend-grillgeek-docker"
  42. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating load-balancer wrr"
  43. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating server server-grillgeek-d0bbe061a5e0438aae1a72e9084b9114 at http://172.19.0.2:80 with weight 1"
  44. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating route route-frontend-Host-www-grillgeek-se-grillgeek-se-0 Host:www.grillgeek.se,grillgeek.se"
  45. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Wiring frontend frontend-Host-www-grillgeek-se-grillgeek-se-0 to entryPoint https"
  46. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating backend backend-grillgeek-docker"
  47. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating load-balancer wrr"
  48. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating server server-grillgeek-d0bbe061a5e0438aae1a72e9084b9114 at http://172.19.0.2:80 with weight 1"
  49. traefik | time="2019-08-14T19:17:39Z" level=debug msg="Creating route route-frontend-Host-www-grillgeek-se-grillgeek-se-0 Host:www.grillgeek.se,grillgeek.se"
  50. traefik | time="2019-08-14T19:17:39Z" level=info msg="Server configuration reloaded on :443"
  51. traefik | time="2019-08-14T19:17:39Z" level=info msg="Server configuration reloaded on :8080"
  52. traefik | time="2019-08-14T19:17:39Z" level=info msg="Server configuration reloaded on :80"
  53. traefik | time="2019-08-14T19:18:04Z" level=debug msg="Serving default cert for request: \"grillgeek.se\""
  54. traefik | time="2019-08-14T19:18:04Z" level=debug msg="http: TLS handshake error from 10.20.1.1:61099: EOF"
  55. traefik | time="2019-08-14T19:18:04Z" level=debug msg="Serving default cert for request: \"grillgeek.se\""
  56. traefik | time="2019-08-14T19:18:04Z" level=debug msg="http: TLS handshake error from 10.20.1.1:61101: EOF"
  57. traefik | time="2019-08-14T19:18:04Z" level=debug msg="Serving default cert for request: \"grillgeek.se\""
  58. traefik | time="2019-08-14T19:18:05Z" level=debug msg="http: TLS handshake error from 10.20.1.1:61103: EOF"
  59. traefik | time="2019-08-14T19:18:05Z" level=debug msg="Serving default cert for request: \"grillgeek.se\""
  60. traefik | time="2019-08-14T19:18:05Z" level=debug msg="http: TLS handshake error from 10.20.1.1:61105: EOF"
  61. traefik | time="2019-08-14T19:18:05Z" level=debug msg="Serving default cert for request: \"grillgeek.se\""
  62. traefik | time="2019-08-14T19:18:05Z" level=debug msg="http: TLS handshake error from 10.20.1.1:61107: EOF"
  63. traefik | time="2019-08-14T19:18:05Z" level=debug msg="Serving default cert for request: \"grillgeek.se\""
  64. traefik | time="2019-08-14T19:18:05Z" level=debug msg="http: TLS handshake error from 10.20.1.1:61109: EOF"
  65. traefik | time="2019-08-14T19:18:05Z" level=debug msg="Serving default cert for request: \"grillgeek.se\""
  66. traefik | time="2019-08-14T19:18:06Z" level=debug msg="http: TLS handshake error from 10.20.1.1:61111: EOF"
  67. traefik | time="2019-08-14T19:18:16Z" level=debug msg="Serving default cert for request: \"grillgeek.se\""
  68. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/css/site.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-565\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  69. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/css/site.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-565\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}" ForwardURL="http://172.19.0.2:80"
  70. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-565\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  71. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-565\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  72. traefik | time="2019-08-14T19:18:16Z" level=debug msg="Upstream ResponseWriter of type *pipelining.writerWithoutCloseNotify does not implement http.CloseNotifier. Returning dummy channel."
  73. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/image/round_grillgeek.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-3865a\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  74. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/image/round_grillgeek.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-3865a\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}" ForwardURL="http://172.19.0.2:80"
  75. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-3865a\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  76. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-3865a\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  77. traefik | time="2019-08-14T19:18:16Z" level=debug msg="Upstream ResponseWriter of type *pipelining.writerWithoutCloseNotify does not implement http.CloseNotifier. Returning dummy channel."
  78. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/\",\"TLS\":null}"
  79. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/\",\"TLS\":null}" ForwardURL="http://172.19.0.2:80"
  80. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/\",\"TLS\":null}"
  81. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/\",\"TLS\":null}"
  82. traefik | time="2019-08-14T19:18:16Z" level=debug msg="Upstream ResponseWriter of type *pipelining.writerWithoutCloseNotify does not implement http.CloseNotifier. Returning dummy channel."
  83. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: Round trip: http://172.19.0.2:80, code: 304, Length: 0, duration: 1.776166ms tls:version: 303, tls:resume:false, tls:csuite:cca8, tls:server:grillgeek.se"
  84. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-3865a\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  85. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-3865a\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  86. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/image/round_grillgeek.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-3865a\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  87. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: Round trip: http://172.19.0.2:80, code: 304, Length: 0, duration: 2.795345ms tls:version: 303, tls:resume:false, tls:csuite:cca8, tls:server:grillgeek.se"
  88. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-565\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  89. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-565\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  90. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/css/site.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"If-Modified-Since\":[\"Tue, 13 Aug 2019 13:49:31 GMT\"],\"If-None-Match\":[\"\\\"5d52bfeb-565\\\"\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  91. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: Round trip: http://172.19.0.2:80, code: 200, Length: 1097, duration: 1.047732ms tls:version: 303, tls:resume:false, tls:csuite:cca8, tls:server:grillgeek.se"
  92. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/\",\"TLS\":null}"
  93. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/\",\"TLS\":null}"
  94. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/\",\"TLS\":null}"
  95. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/css/site.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  96. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/css/site.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}" ForwardURL="http://172.19.0.2:80"
  97. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  98. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  99. traefik | time="2019-08-14T19:18:16Z" level=debug msg="Upstream ResponseWriter of type *pipelining.writerWithoutCloseNotify does not implement http.CloseNotifier. Returning dummy channel."
  100. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/image/round_grillgeek.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  101. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: Forwarding this request to URL" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/image/round_grillgeek.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}" ForwardURL="http://172.19.0.2:80"
  102. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  103. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: begin ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  104. traefik | time="2019-08-14T19:18:16Z" level=debug msg="Upstream ResponseWriter of type *pipelining.writerWithoutCloseNotify does not implement http.CloseNotifier. Returning dummy channel."
  105. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: Round trip: http://172.19.0.2:80, code: 200, Length: 1381, duration: 1.297163ms tls:version: 303, tls:resume:false, tls:csuite:cca8, tls:server:grillgeek.se"
  106. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  107. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  108. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/css/site.css\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"text/css,*/*;q=0.1\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/css/site.css\",\"TLS\":null}"
  109. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: Round trip: http://172.19.0.2:80, code: 200, Length: 231002, duration: 35.185744ms tls:version: 303, tls:resume:false, tls:csuite:cca8, tls:server:grillgeek.se"
  110. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward/http: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  111. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/forward: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"http\",\"Opaque\":\"\",\"User\":null,\"Host\":\"172.19.0.2:80\",\"Path\":\"\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
  112. traefik | time="2019-08-14T19:18:16Z" level=debug msg="vulcand/oxy/roundrobin/rr: completed ServeHttp on request" Request="{\"Method\":\"GET\",\"URL\":{\"Scheme\":\"\",\"Opaque\":\"\",\"User\":null,\"Host\":\"\",\"Path\":\"/image/round_grillgeek.png\",\"RawPath\":\"\",\"ForceQuery\":false,\"RawQuery\":\"\",\"Fragment\":\"\"},\"Proto\":\"HTTP/2.0\",\"ProtoMajor\":2,\"ProtoMinor\":0,\"Header\":{\"Accept\":[\"image/png,image/svg+xml,image/*;q=0.8,video/*;q=0.8,*/*;q=0.5\"],\"Accept-Encoding\":[\"br, gzip, deflate\"],\"Accept-Language\":[\"sv-se\"],\"Referer\":[\"https://grillgeek.se/\"],\"User-Agent\":[\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\"]},\"ContentLength\":0,\"TransferEncoding\":null,\"Host\":\"grillgeek.se\",\"Form\":null,\"PostForm\":null,\"MultipartForm\":null,\"Trailer\":null,\"RemoteAddr\":\"10.20.1.1:61113\",\"RequestURI\":\"/image/round_grillgeek.png\",\"TLS\":null}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement