renamed role, to make the purpose better visible

This commit is contained in:
2023-12-08 18:24:45 +01:00
parent 4d5aea8609
commit 9451ce398d
6 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
server {
server_name {{domain}};
{% include 'roles/letsencrypt/templates/ssl_header.j2' %}
return 301 https://{{target_domain}}$request_uri;
}