[Varnish] #1394: Add conf.d/*.vcl directive to config system

Varnish varnish-bugs at varnish-cache.org
Wed Dec 18 11:35:05 CET 2013


#1394: Add conf.d/*.vcl directive to config system
--------------------------+--------------------
 Reporter:  michaelfavia  |       Owner:
     Type:  enhancement   |      Status:  new
 Priority:  normal        |   Milestone:
Component:  varnishd      |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:  config        |
--------------------------+--------------------

Comment (by ulistaerk):

 you can load a config use include <filename>. this already works.

 I think you want that the include-statement is capable of loading multiple
 matching files using glob: include "dir/*.vcl".

 You have to be aware, that the order of config files is important. Varnish
 will fail to start, if you define unused code. Other services like apache
 done. So I dont think is is a good feature - it will unforseen errors.

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1394#comment:1>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list