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

Unified Diff: modules/hgweb/templates/nginx_global.conf.erb

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 | « modules/hgweb/templates/nginx.conf.erb ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/hgweb/templates/nginx_global.conf.erb
diff --git a/modules/hgweb/templates/nginx_global.conf.erb b/modules/hgweb/templates/nginx_global.conf.erb
new file mode 100644
index 0000000000000000000000000000000000000000..06623946f6babaa903378983d740df8a78b4c199
--- /dev/null
+++ b/modules/hgweb/templates/nginx_global.conf.erb
@@ -0,0 +1 @@
+ fastcgi_cache_path /var/cache/nginx/hgweb levels=1 keys_zone=hgwebfeed:1m;
« no previous file with comments | « modules/hgweb/templates/nginx.conf.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld