comparison modules/website/files/zzz-custom.conf @ 90:5d6111879862 puppet-3.6

Extend blocked files to include backup files
author IBBoard <dev@ibboard.co.uk>
date Sat, 16 Jan 2016 10:59:56 +0000
parents f413aba301be
children ef0926ee389a
comparison
equal deleted inserted replaced
89:a2d6032c6811 90:5d6111879862
62 </IfVersion> 62 </IfVersion>
63 <IfVersion >= 2.4> 63 <IfVersion >= 2.4>
64 Require all granted 64 Require all granted
65 </IfVersion> 65 </IfVersion>
66 </Location> 66 </Location>
67 <FilesMatch ^\.> 67 <FilesMatch "^((\.|~).*|.*(\.(dist|save|swo|swp|php_backup)|~)|backup\..*\.php)$">
68 <IfVersion < 2.4> 68 <IfVersion < 2.4>
69 Order Allow,Deny 69 Order Allow,Deny
70 Deny from all 70 Deny from all
71 </IfVersion> 71 </IfVersion>
72 <IfVersion >= 2.4> 72 <IfVersion >= 2.4>