BBlack has uploaded a new change for review.
https://gerrit.wikimedia.org/r/186257
Change subject: disable nginx udplog for SSL clusters
......................................................................
disable nginx udplog for SSL clusters
Change-Id: I3784f6d4f41590d74aac70000a65f8eb827bdf9e
---
M templates/nginx/nginx.conf.erb
1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/57/186257/1
diff --git a/templates/nginx/nginx.conf.erb b/templates/nginx/nginx.conf.erb
index 3045eed..5cd6e03 100644
--- a/templates/nginx/nginx.conf.erb
+++ b/templates/nginx/nginx.conf.erb
@@ -39,8 +39,10 @@
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$request_uri NONE/$proxy_host
$content_type $http_referer $http_x_forwarded_for $http_user_agent
$http_accept_language $sent_http_x_analytics';
- access_udplog 208.80.154.73:8419 squid_combined;
+ ## -- udplog disabled, to be removed later assuming on issues, cf T86656
+ ## log_format squid_combined '$hostname $udplog_sequence
$udplog_time $request_time $remote_addr -/$status $bytes_sent
$request_method $scheme://$host$request_uri NONE/$proxy_host
$content_type $http_referer $http_x_forwarded_for $http_user_agent
$http_accept_language $sent_http_x_analytics';
+ ## access_udplog 208.80.154.73:8419 squid_combined;
+ ## -- end of udplog stuff
client_max_body_size 100m;
large_client_header_buffers 4 16k;
<% end %>
--
To view, visit https://gerrit.wikimedia.org/r/186257
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3784f6d4f41590d74aac70000a65f8eb827bdf9e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits