Hello,
I failed configuring Varnish with Magento. Can anyone help?
$ curl -I -v --location-trusted 'http://localhost'
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 80 (#0)
> HEAD / HTTP/1.1
> Host: localhost
> User-Agent: curl/7.64.1
> Accept: */*
>
< HTTP/1.1 503 Backend fetch failed
HTTP/1.1 503 Backend fetch failed
< Date: Sun, 08 Sep 2019 21:32:51 GMT
Date: Sun, 08 Sep 2019 21:32:51 GMT
< content-type: text/html; charset=utf-8
content-type: text/html; charset=utf-8
< Retry-After: 5
Retry-After: 5
< Pragma: no-cache
Pragma: no-cache
< Expires: -1
Expires: -1
< Cache-Control: no-store, no-cache, must-revalidate, max-age=0
Cache-Control: no-store, no-cache, must-revalidate, max-age=0
< Connection: keep-alive
Connection: keep-alive
<
* Connection #0 to host localhost left intact
* Closing connection 0