From c257a3cbe2e83ebefef330d64c4ac7fc94ffc8a5 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Thu, 21 Aug 2025 02:06:04 +0000 Subject: Shut It Down! --- config.default.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.default.pl') diff --git a/config.default.pl b/config.default.pl index 326ddcf..0e7e6bf 100644 --- a/config.default.pl +++ b/config.default.pl @@ -1,7 +1,5 @@ # always assume anything to do with files or directories is ran at project root -no warnings; - use constant { # If you're using lighttpd, set this to 1 @@ -10,6 +8,7 @@ BARE_REQUEST => 0, IMMORTAL => 1, # will continue handling request after death/error +LOG_FILE => '/tmp/gorillanest.log', DB_FILE => 'gorillanest.sqlite3', # sqlite3 SOCKET_FILE => '/tmp/gorillanest.socket', -- cgit v1.2.3