Nikerabbit has uploaded a new change for review.
https://gerrit.wikimedia.org/r/164302
Change subject: Fix nginx access log format
......................................................................
Fix nginx access log format
Change-Id: Ib01eb9db22fc67f709ef63488429f757a87730d9
---
M puppet/modules/nginx/files/nginx.conf
1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/translatewiki
refs/changes/02/164302/1
diff --git a/puppet/modules/nginx/files/nginx.conf
b/puppet/modules/nginx/files/nginx.conf
index 8b1b62e..b9e80e1 100644
--- a/puppet/modules/nginx/files/nginx.conf
+++ b/puppet/modules/nginx/files/nginx.conf
@@ -30,10 +30,9 @@
# Logging Settings
##
- access_log /var/log/nginx/access.log;
- error_log /var/log/nginx/error.log;
-
log_format main '$remote_addr $host $remote_user [$time_local]
"$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"
$ssl_cipher $request_time';
+ access_log /var/log/nginx/access.log main;
+ error_log /var/log/nginx/error.log;
##
# Gzip Settings
--
To view, visit https://gerrit.wikimedia.org/r/164302
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib01eb9db22fc67f709ef63488429f757a87730d9
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits