summaryrefslogtreecommitdiff
path: root/tests/proxy.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-24 23:39:52 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-24 23:39:52 -0500
commit91e94f487558941a2d2918ff37c15ebdb17ca7a6 (patch)
tree8de5fcede236d9a0aed49b97de8476a4350802bb /tests/proxy.conf
parentd228b0665508bcdc7c1529a74aa24274d230dae7 (diff)
downloadlighttpd-git-91e94f487558941a2d2918ff37c15ebdb17ca7a6.tar.gz
[tests] load required modules in alt .conf tests
load only required modules in alt .conf tests
Diffstat (limited to 'tests/proxy.conf')
-rw-r--r--tests/proxy.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/proxy.conf b/tests/proxy.conf
index 38ab6e94..ae8a75a9 100644
--- a/tests/proxy.conf
+++ b/tests/proxy.conf
@@ -10,6 +10,7 @@ server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.
server.name = "www.example.org"
server.tag = "Proxy"
+server.compat-module-load = "disable"
server.modules = (
"mod_rewrite",
"mod_proxy",