rulles

Results 4 comments of rulles

Hello, I try edit the config.js file for multiple servers but without success. Can you explain me or show me your setup in config.js file for i understand who i...

Hello. I will try help you. In root of your folder you have the config.js file, inside it you have something like this: var config = { servers: [{ "name":...

Try put the variavel "servers" between " ". and i only run the command "varnish-agent -H /var/www/html/Varnish-Agent-Dashboard" without that options "-d" "-v" in the principal, where i want to see...

in the begining of config.js you have: var config = { servers: [ Try change to: var config = { "servers": [ Because servers is an array, maybe need to...