renamed nginx roles

This commit is contained in:
2023-11-17 14:08:03 +01:00
parent eebf359d0a
commit 2a8ae618f0
11 changed files with 36 additions and 12 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;
}