diff options
author | root <root@rbsd.ankarstrom.se> | 2021-04-24 14:20:56 +0000 |
---|---|---|
committer | root <root@rbsd.ankarstrom.se> | 2021-04-24 14:20:56 +0000 |
commit | 0cbcdb0d4083eb97a6e052471cb51f8b31f3c92c (patch) | |
tree | 9cdb02a2b70d23d746ab5453de3259e0defa2d68 /t/conf/extra.last.conf.in | |
parent | 0c0554d767a6cb97c58c3ca7b639f3070e5591f5 (diff) | |
download | Apache-Inject-0cbcdb0d4083eb97a6e052471cb51f8b31f3c92c.tar.gz |
Improve testing capabilities
Diffstat (limited to 't/conf/extra.last.conf.in')
-rw-r--r-- | t/conf/extra.last.conf.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/conf/extra.last.conf.in b/t/conf/extra.last.conf.in index 0156023..b708606 100644 --- a/t/conf/extra.last.conf.in +++ b/t/conf/extra.last.conf.in @@ -1,4 +1 @@ PerlLoadModule Apache::Inject -<FilesMatch ".*\.html"> - Inject head.html foot.html -</FilesMatch> |