From a3a64247e8d47e166a62d2b348561ab6445d27d6 Mon Sep 17 00:00:00 2001 From: Alex Karajos Date: Wed, 1 Oct 2025 13:47:55 +0300 Subject: [PATCH] Issue #98: Removed `ServerAlias` from virtualhost template file --- wsl/roles/virtualhost/templates/virtualhost.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/wsl/roles/virtualhost/templates/virtualhost.conf.j2 b/wsl/roles/virtualhost/templates/virtualhost.conf.j2 index 683f7e3..eef6b1f 100644 --- a/wsl/roles/virtualhost/templates/virtualhost.conf.j2 +++ b/wsl/roles/virtualhost/templates/virtualhost.conf.j2 @@ -1,6 +1,5 @@ ServerName {{ virtualhost }} - ServerAlias www.{{ virtualhost }} ServerAdmin webmaster@localhost DocumentRoot {{ apache_root_dir }}/{{ virtualhost }}/html/public