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

Unified Diff: modules/trac/templates/fcgi.conf.erb

Issue 29336585: Issue 3667 - Introduce robots.txt for Trac setups (Closed)
Patch Set: Created Feb. 18, 2016, 1:08 p.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/trac/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/templates/fcgi.conf.erb
diff --git a/modules/trac/templates/fcgi.conf.erb b/modules/trac/templates/fcgi.conf.erb
index e42c5c19ff697d0b9b2437f1e667828c014eb71f..e2abe21da8332d4cfc6368985b08c8107ba35981 100644
--- a/modules/trac/templates/fcgi.conf.erb
+++ b/modules/trac/templates/fcgi.conf.erb
@@ -13,3 +13,8 @@ location <%= @location_base %>/chrome/
alias /home/trac/htdocs-<%= @name %>/htdocs/;
}
+location <%= @location_base %>/robots.txt
+{
+ alias /home/trac/robots.txt;
+}
+
« no previous file with comments | « modules/trac/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld