New vhost option: manage_local_content

This commit is contained in:
Emilien Mantel
2015-10-19 09:39:51 +02:00
parent bf1b9950cb
commit 710b3ad53b
3 changed files with 4 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ server {
}
{% block template_local_content %}
{% if manage_local_content is defined and not manage_local_content %}
location = /favicon.ico {
expires 30d;
access_log off;
@@ -54,6 +55,7 @@ server {
expires 30d;
log_not_found off;
}
{% endif %}
{% endblock %}
{% if __location is iterable and __location | length > 0 %}