Skip to content

Commit 2c30092

Browse files
committed
Create a pid file for lighttpd
1 parent 237ef74 commit 2c30092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xt/testapp/lighttpd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ server.bind = "127.0.0.1"
99

1010
## enable debugging
1111
debug.log-file-not-found = "enable"
12+
server.pid-file = "lighttpd.pid"
1213

1314
$SERVER["socket"] == "127.0.0.1:443" {
1415
ssl.engine = "enable"

0 commit comments

Comments
 (0)