all repos — searchix @ 584d295c25697c19ffd369d22281f7d53a139f18

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: allow HTTP request logging to be disabled

Alan Pearce
commit

584d295c25697c19ffd369d22281f7d53a139f18

parent

19d8046f99d9f395f8529886f37292d99dc1a4d9

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M defaults.tomldefaults.toml
@@ -17,6 +17,8 @@ # Affects logging parameters. One of 'development' or 'production'
Environment = 'development' # Content to add to HTML <head>. Can be used to override styling, add scripts, etc. ExtraHeadHTML = '' +# Whether to log incoming HTTP requests +LogRequests = true # Content-Security-Policy header to send with requests. Should only need changing if ExtraHeadHTML is used. [Web.ContentSecurityPolicy]