mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented redirect function for domains
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
server {
|
||||
server_name {{domain}};
|
||||
{% include 'roles/native-letsencrypt/templates/ssl_header.j2' %}
|
||||
return 301 https://{{target_domain}}$request_uri;
|
||||
}
|
Reference in New Issue
Block a user