mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 18:31:36 +02:00
Solved letsencrypt reference bugs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
server {
|
||||
server_name {{ domain }};
|
||||
{% include 'roles/letsencrypt/templates/ssl_header.j2' %}
|
||||
{% include 'roles/network-letsencrypt/templates/ssl_header.j2' %}
|
||||
|
||||
return 301 https://{{ target }}$request_uri;
|
||||
}
|
||||
|
Reference in New Issue
Block a user