Revert "enable apache style access logging"

This reverts commit 5839fd4404.
This commit is contained in:
Oliver Gorwits
2020-10-31 11:12:03 +00:00
parent 84821f3331
commit 0344d304fe
2 changed files with 0 additions and 2 deletions

View File

@@ -68,7 +68,6 @@ Module::Build->new(
'Path::Class' => '0.32',
'Plack' => '1.0023',
'Plack::Handler::Twiggy' => '0',
'Plack::Middleware::AccessLog' => '0',
'Plack::Middleware::Debug' => '0',
'Plack::Middleware::Expires' => '0.03',
'Plack::Middleware::ReverseProxy' => '0.15',

View File

@@ -30,7 +30,6 @@ BEGIN {
}
set plack_middlewares => [
['Plack::Middleware::AccessLog'],
['Plack::Middleware::ReverseProxy'],
[ Expires => (
content_type => [qr{^application/javascript}, qr{^text/css}, qr{image}, qr{font}],