Varnish control terminal is not responding
-
Hello,
I have Varnish running on my server and it is caching correctly, but your plugin cannot connect to Varnish terminal. I already tried so many different VCls, googling hours and days and read all your support forum posts but nothing works.
I really don’t know what I’m doing wrong.
My vcl config is the following:
backend default { .host = "111.11.111.11"; (My site IP) .port = "8080"; .first_byte_timeout = 5000s; .connect_timeout = 1s; .between_bytes_timeout = 2s; } acl purge { "111.11.111.11"; "mydomain.com"; "localhost"; "127.0.0.1"; }
varnish.params file:
VARNISH_LISTEN_PORT=6081 # Admin interface listen address and port VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1 VARNISH_ADMIN_LISTEN_PORT=6082
My nginx setup:
if ($host = "mydomain.com") { set $PROXY_SCHEME "http"; set $PROXY_TO_PORT 6081; set $PROXY_DOMAIN_OR_IP "111.11.111.11"; }
Varnish Control Terminal: 111.11.111.11:8080 111.11.111.11:6081 0.0.0.0:6081 127.0.0.1:6082
Please, can you help me in figuring this out?
Thanks!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Varnish control terminal is not responding’ is closed to new replies.