Ottomata has submitted this change and it was merged.

Change subject: Also increase nginx archiva proxy send and connect timeout
......................................................................


Also increase nginx archiva proxy send and connect timeout

Upload can take a while too

Change-Id: I6ae21305e58d9598af8420de2fe50ad82051528d
---
M manifests/role/archiva.pp
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Ottomata: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/archiva.pp b/manifests/role/archiva.pp
index e65fa4b..1c18cfc 100644
--- a/manifests/role/archiva.pp
+++ b/manifests/role/archiva.pp
@@ -33,7 +33,9 @@
         # Need large body size to allow for .jar deployment.
         'client_max_body_size 256M',
         # Archiva sometimes takes a long time to respond.
-        'proxy_read_timeout 600s'
+        'proxy_connect_timeout 600s',
+        'proxy_read_timeout 600s',
+        'proxy_send_timeout 600s',
     ]
     nginx::site { 'archiva':
         content => template('nginx/sites/simple-proxy.erb'),

-- 
To view, visit https://gerrit.wikimedia.org/r/187852
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6ae21305e58d9598af8420de2fe50ad82051528d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to