Fix indent

pull/14/head
Emilien Mantel 2016-01-22 09:52:15 +01:00
parent dd97e5ec79
commit 1338e4dee6
1 changed files with 2 additions and 2 deletions

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;