~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to config/cdn-common.apache2.conf

  • Committer: Francois Marier
  • Date: 2015-11-29 20:10:50 UTC
  • Revision ID: git-v1:a10ddcfd7859e1de9145e29ff3cb06088deffd49
Switch to Apache 2.4 ACL syntax

https://httpd.apache.org/docs/2.4/upgrading.html#access

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    <Directory /usr/share/libravatar/static/cdn>
14
14
        FileETag None
15
15
        ExpiresDefault "access plus 1 week"
16
 
        Allow from all
 
16
        Require all granted
17
17
        Options -Indexes
18
18
    </Directory>
19
19
 
129
129
        Header set Access-Control-Allow-Origin "*"
130
130
        Options FollowSymLinks MultiViews
131
131
        AllowOverride None
132
 
        Allow from all
 
132
        Require all granted
133
133
    </Directory>