mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
|
server {
|
||
|
server_name {{domain}};
|
||
|
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
|
||
|
return 301 https://{{target_domain}}$request_uri;
|
||
|
}
|