Added role for automatic redirect from www.*domain.tld to *domain.tld

This commit is contained in:
2023-12-11 16:54:07 +01:00
parent cc27860886
commit b9ed0f38bd
11 changed files with 104 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ server
server_name {{domain}};
# Include Matomo Tracking Code
{% if nginx_matomo_tracking_active | default(False) %}
{% if nginx_matomo_tracking | default(False) %}
{% include 'roles/nginx-matomo-tracking/templates/matomo-tracking.conf.j2' %}
{% endif %}