Closed normangoh closed 5 years ago
Hi,
I tried to import std and varnish works fine but when I tried to import cfg varnish will break. Do I need to do anything to make cfg works in Docker Varnish?
import std
import cfg
I assume you are talking about https://github.com/carlosabalde/libvmod-cfg , if so, since it's not an official vmod, you will need to compile it yourself.
Hi,
I tried to
import std
and varnish works fine but when I tried toimport cfg
varnish will break. Do I need to do anything to make cfg works in Docker Varnish?