From d895d6696136751f5c3af2a650a58d76243db5a8 Mon Sep 17 00:00:00 2001 From: Alex Karajos Date: Wed, 1 Oct 2025 13:52:08 +0300 Subject: [PATCH] Removed `ServerAlias` from virtualhost template file --- wsl/roles/virtualhost/templates/virtualhost.conf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/wsl/roles/virtualhost/templates/virtualhost.conf.j2 b/wsl/roles/virtualhost/templates/virtualhost.conf.j2 index 683f7e3..96eaac4 100644 --- a/wsl/roles/virtualhost/templates/virtualhost.conf.j2 +++ b/wsl/roles/virtualhost/templates/virtualhost.conf.j2 @@ -1,7 +1,5 @@ ServerName {{ virtualhost }} - ServerAlias www.{{ virtualhost }} - ServerAdmin webmaster@localhost DocumentRoot {{ apache_root_dir }}/{{ virtualhost }}/html/public