{% with host_organization.images|get_type:"logo_header" as images %}
{% if images %}
{% with images|first as img %}
- <img src="{{ MEDIA_URL }}{{ img }}" title="{{ img.title }}" />
+ <img src="{{ MEDIA_URL }}{{ img }}" title="{{ img.title }}" width="120" />
{% endwith %}
{% endif %}
{% endwith %}
server_tokens off;
server {
- server_name starts.eu;
- rewrite ^(.*) http://www.starts.eu$1 permanent;
+ listen 80;
+ server_name starts.eu;
+ return 301 $scheme://www.starts.eu$request_uri;
}
server {
listen 80;
charset utf-8;
+ server_name *.starts.eu vertigo.*;
access_log /var/log/nginx/app-access.log;
error_log /var/log/nginx/app-error.log;