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

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

Issue 29328647: Issue 3115 - Cache hgweb RSS and Atom logs (Closed)
Patch Set: Created Sept. 25, 2015, 2:26 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/hgweb/templates/nginx.conf.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/hgweb/manifests/init.pp
diff --git a/modules/hgweb/manifests/init.pp b/modules/hgweb/manifests/init.pp
index 6953c2646aecf7f62bdcf8e330527e0bfded8300..f174831f2148acc8648b2eb59b080366afd6cb13 100644
--- a/modules/hgweb/manifests/init.pp
+++ b/modules/hgweb/manifests/init.pp
@@ -174,6 +174,7 @@ class hgweb(
},
content => template('hgweb/nginx.conf.erb'),
is_default => $is_default,
+ global_config => template('hgweb/nginx_global.conf.erb'),
log => 'access_log_hg',
private_key => $private_key ? {
'undef' => undef,
« no previous file with comments | « no previous file | modules/hgweb/templates/nginx.conf.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld