This website requires JavaScript.
Explore
Help
Sign In
radityo
/
ansible-nginx
mirror of
https://github.com/HanXHX/ansible-nginx.git
Watch
1
Star
0
Fork
You've already forked ansible-nginx
0
Code
Issues
Projects
Releases
Wiki
Activity
ec94521c5b
ansible-nginx
/
templates
/
etc
/
nginx
/
helpers
/
no-ht.j2
11 lines
85 B
Django/Jinja
Raw
Blame
History
#
#
{{
ansible_managed
}}
#
location ~ /\.ht
{
deny all;
}
# vim:filetype=nginx
Reference in New Issue
View Git Blame
Copy Permalink