Fix indent

This commit is contained in:
Emilien Mantel
2016-01-22 09:52:15 +01:00
parent dd97e5ec79
commit 1338e4dee6

View File

@@ -12,9 +12,9 @@
{% endblock %}
{% block template_local_content %}
location ~ /\.ht {
location ~ /\.ht {
deny all;
}
}
location /backuppc/image {
alias /usr/share/backuppc/image;