~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to config/www.apache2.conf

  • Committer: Francois Marier
  • Date: 2011-10-25 07:56:42 UTC
  • Revision ID: git-v1:867504899e86f4ee150cca7cbd55abf5c256715f
Convert THANKS file to humans.txt format and serve it on the web (bug #880721)

See http://humanstxt.org/Standard.html for more information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
            Allow from all
68
68
            Header append Cache-Control "public"
69
69
        </Files>
 
70
        <Files humans.txt>
 
71
            Allow from all
 
72
        </Files>
70
73
        <Files robots.txt>
71
74
            Allow from all
72
75
        </Files>
117
120
    Alias /js /usr/share/libravatar/static/js
118
121
    Alias /img /usr/share/libravatar/static/img
119
122
    Alias /favicon.ico /usr/share/libravatar/libravatar/favicon.ico
 
123
    Alias /humans.txt /usr/share/libravatar/libravatar/humans.txt
120
124
    Alias /robots.txt /usr/share/libravatar/libravatar/robots.txt
121
125
    Alias /rules.abe /usr/share/libravatar/libravatar/rules.abe
122
126
    Alias /uploaded /var/lib/libravatar/uploaded