Merge pull request #23 from dsteinbrunner/patch-2
[perlbal.git] / conf / not-modified-plugin.conf
blob273a94043f94060a071ff1c7a015ca8f50cb9248
1 LOAD vhosts
2 LOAD NotModified
4 # if you have a host that always serves immutable content, this plugin
5 # will reply 304 if client sent any "If-Modified-Since" header.  since
6 # if they have SOME copy, it's the correct one.
8 CREATE SERVICE demo
9   SET listen         = 0.0.0.0:8001
10   SET role           = selector
11   SET plugins        = vhosts, notmodified
12   SET persist_client = true
13   SET demo.notmodified.host_pattern = ^immutable\.
14 ENABLE demo