[wgo-web] Drop quotes around wildcard



commit 7f062d6836205cb5f09e06fbefbc4601ad0c5a5d
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Jul 15 20:32:58 2020 +0200

    Drop quotes around wildcard

 00_www.gnome.org.conf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/00_www.gnome.org.conf b/00_www.gnome.org.conf
index ec5220b..31d1cd0 100644
--- a/00_www.gnome.org.conf
+++ b/00_www.gnome.org.conf
@@ -1,7 +1,6 @@
 <VirtualHost *:8443>
     ServerName gnome.org
-    ServerAlias www.gnome.org
-    ServerAlias "*"
+    ServerAlias *
     ServerAdmin webmaster gnome org
     DocumentRoot /srv/http/www.gnome.org/html
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]