On 11/14/2011 11:52 PM, Reinier Battenberg wrote: > Hi, > > I just installed geonode from the ubuntu packages and noticed that the > printing configuration file is not in > > /var/lib/geoserver/geonode-data/printing/config.yaml > > but in > > /var/lib/geoserver/geonode-data/gs-data/printing/config.yaml > > As mentioned here: > http://docs.geonode.org/en/latest/deploy/production.html#configure-the- > printing-module > > (this information is actually repeated more elaborately (and more > technically) > at the bottom of the page.) > > Another small remark. The tip about the robots.txt file is very valuable. > However it is not mentioned what the exact location should be of the > robots.txt file. /robots.txt is the root of what? > > http://docs.geonode.org/en/latest/deploy/production.html#robot-exclusion-file > > In general, thought, the documentation is so much better already then 2 > months > ago. Thanks! >
robots.txt should be in your apache root directory as specified in the /etc/apache2/sites-available/geonode So in the context of the packages I believe it's /var/www/geonode/htdocs/ That way if someone hits yoursite.org/robots.txt they get the file. Enjoy, Alex
