Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/filterserver/manifests/init.pp

Issue 9428006: Disable SSL cache on download servers (Closed)
Patch Set: Created Feb. 20, 2013, 9:49 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/nginx/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filterserver/manifests/init.pp
===================================================================
--- a/modules/filterserver/manifests/init.pp
+++ b/modules/filterserver/manifests/init.pp
@@ -25,17 +25,18 @@ class filterserver {
X11Forwarding no
AllowAgentForwarding no
GatewayPorts no
ForceCommand cat /var/www/subscriptionStats.ini'
}
class {'nginx':
worker_processes => 2,
- worker_connections => 4000
+ worker_connections => 4000,
+ ssl_session_cache => off,
}
class {'sitescripts':
sitescriptsini_source => 'puppet:///modules/filterserver/sitescripts.ini'
}
package {'python-geoip':}
« no previous file with comments | « no previous file | modules/nginx/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld