Restructured webserver optimation roles

This commit is contained in:
2025-07-12 18:08:44 +02:00
parent 46bba3564d
commit f15f498c1d
15 changed files with 19 additions and 15 deletions

View File

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