server { # Test replacement with spaces ssl_certificate /etc/letsencrypt/live/{{ domain }}/fullchain.pem; # Test replacement without spaces ssl_certificate_key /etc/letsencrypt/live/{{domain}}/privkey.pem; gzip_types: {{ gzip.mimeTypes }}; # Test replacement with uneven spaces return 301 https://{{domain }}{{ aPath}}; }