server { server_name {{ domain }}; {% include 'roles/letsencrypt/templates/ssl_header.j2' %} return 301 https://{{ target }}$request_uri; }