Author: julian Date: 2006-05-10 20:30:42 -0500 (Wed, 10 May 2006) New Revision: 6
Modified: thingy-config/httpd.conf Log: thingy-config/httpd.conf * Use customized robots.txt from static/ dir instead of global Thingy default. Modified: thingy-config/httpd.conf =================================================================== --- thingy-config/httpd.conf 2006-05-11 01:29:06 UTC (rev 5) +++ thingy-config/httpd.conf 2006-05-11 01:30:42 UTC (rev 6) @@ -4,7 +4,7 @@ SetEnv TZ UTC -Alias /robots.txt /usr/share/thingy/www/robots.txt +Alias /robots.txt /etc/thingy/instances/spf/static/robots.txt Alias /static /etc/thingy/instances/spf/static Alias /blobs /var/lib/thingy/spf/blobs ------- To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/[EMAIL PROTECTED]
