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; |
+} |
+ |