Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/55394
Change subject: Removing nginx from udp2log webrequest stream. ...................................................................... Removing nginx from udp2log webrequest stream. Change-Id: I5152521ab0eed37fbf7122804438bf1a23346a16 --- M templates/nginx/nginx.conf.erb 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/94/55394/1 diff --git a/templates/nginx/nginx.conf.erb b/templates/nginx/nginx.conf.erb index 1abf2b3..50fedcc 100644 --- a/templates/nginx/nginx.conf.erb +++ b/templates/nginx/nginx.conf.erb @@ -28,9 +28,8 @@ access_log /var/log/nginx/access.log; <% if has_variable?("nginx_use_ssl") then %> - log_format squid_combined '$hostname $udplog_sequence $udplog_time $request_time $remote_addr -/$status $bytes_sent $request_method $scheme://$host$uri NONE/$proxy_host $content_type $http_referer $http_x_forwarded_for $udplog_escaped_user_agent $http_accept_language $http_x_cs'; - access_udplog 208.80.152.138:8420 squid_combined; - access_udplog 208.80.152.184:8420 squid_combined; +## Commenting this out since we are not using it at the moment. +# log_format squid_combined '$hostname $udplog_sequence $udplog_time $request_time $remote_addr -/$status $bytes_sent $request_method $scheme://$host$uri NONE/$proxy_host $content_type $http_referer $http_x_forwarded_for $udplog_escaped_user_agent $http_accept_language $http_x_cs'; client_max_body_size 100m; large_client_header_buffers 4 16k; <% end %> -- To view, visit https://gerrit.wikimedia.org/r/55394 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5152521ab0eed37fbf7122804438bf1a23346a16 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <o...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits