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.conf.in | |
parent | 0c0554d767a6cb97c58c3ca7b639f3070e5591f5 (diff) | |
download | Apache-Inject-0cbcdb0d4083eb97a6e052471cb51f8b31f3c92c.tar.gz |
Improve testing capabilities
Diffstat (limited to 't/conf/extra.conf.in')
-rw-r--r-- | t/conf/extra.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/conf/extra.conf.in b/t/conf/extra.conf.in index fe9de1d..1a9ce52 100644 --- a/t/conf/extra.conf.in +++ b/t/conf/extra.conf.in @@ -1 +1,5 @@ PerlSwitches -I@ServerRoot@/../lib +<Directory /> + Options FollowSymLinks + AllowOverride All +</Directory> |