summaryrefslogtreecommitdiff
path: root/tests/mod-deflate.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mod-deflate.conf')
-rw-r--r--tests/mod-deflate.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/mod-deflate.conf b/tests/mod-deflate.conf
index 870b03ed..be197714 100644
--- a/tests/mod-deflate.conf
+++ b/tests/mod-deflate.conf
@@ -2,14 +2,9 @@ debug.log-request-handling = "enable"
debug.log-response-header = "disable"
debug.log-request-header = "disable"
+server.systemd-socket-activation = "enable"
server.document-root = env.SRCDIR + "/tmp/lighttpd/servers/www.example.org/pages/"
server.pid-file = env.SRCDIR + "/tmp/lighttpd/lighttpd.pid"
-
-## bind to port (default: 80)
-server.port = 2048
-
-## bind to localhost (default: all interfaces)
-server.bind = "localhost"
server.errorlog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.error.log"
server.breakagelog = env.SRCDIR + "/tmp/lighttpd/logs/lighttpd.breakage.log"
server.name = "www.example.org"