mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-09 12:42:10 +07:00
Fix indent
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block template_local_content %}
|
{% block template_local_content %}
|
||||||
location ~ /\.ht {
|
location ~ /\.ht {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /backuppc/image {
|
location /backuppc/image {
|
||||||
alias /usr/share/backuppc/image;
|
alias /usr/share/backuppc/image;
|
||||||
|
|||||||
Reference in New Issue
Block a user