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 %} {% 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;