Set access log format to combined
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Feb 2015 19:50:06 +0000 (21:50 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Feb 2015 19:50:06 +0000 (21:50 +0200)
app.psgi

index 0da080861e8e171bcb592dcff05cef5514af1338..51fb98d0cdd8a35de0ac1f554463acaf05acf3c8 100644 (file)
--- a/app.psgi
+++ b/app.psgi
@@ -12,7 +12,7 @@ use Log::Log4perl;
 use Tie::Hash::Expire;
 
 use constant AUTH_TIMEOUT => 5 * 60;
-use constant ACCESSLOG_FORMAT => '%{X-Forwarded-For}i|%h %u "%r" %>s %b "%{Referer}i" "%{User-agent}i"';
+use constant ACCESSLOG_FORMAT => 'combined';
 use constant CONTENT_SECURITY_POLICY => q,default-src 'none'; script-src 'self' www.google-analytics.com; style-src 'self'; img-src 'self'; connect-src 'self',;
 
 our $db //= Gruntmaster::Data->connect($ENV{GRUNTMASTER_DSN} // 'dbi:Pg:');
This page took 0.009868 seconds and 4 git commands to generate.