Solved certificate bug

This commit is contained in:
2025-04-29 03:01:45 +02:00
parent e5e394d470
commit 25952fc7e9
11 changed files with 28 additions and 35 deletions

View File

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