summaryrefslogtreecommitdiff
path: root/tests/fastcgi-responder.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fastcgi-responder.conf')
-rw-r--r--tests/fastcgi-responder.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fastcgi-responder.conf b/tests/fastcgi-responder.conf
index 427d71af..3b90af07 100644
--- a/tests/fastcgi-responder.conf
+++ b/tests/fastcgi-responder.conf
@@ -3,6 +3,9 @@ debug.log-response-header = "enable"
debug.log-request-handling = "enable"
server.systemd-socket-activation = "enable"
+# optional bind spec override, e.g. for platforms without socket activation
+include env.SRCDIR + "/tmp/bind*.conf"
+
server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"