ansible-nginx/templates/etc/nginx/helpers/no-ht.j2

11 lines
85 B
Plaintext
Raw Normal View History

2015-07-15 20:18:51 +07:00
#
# {{ ansible_managed }}
#
location ~ /\.ht {
deny all;
}
# vim:filetype=nginx