From e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 15 Aug 2024 09:32:37 -0700 Subject: Fix typos in comments This should result in no difference in configuration. --- deployment/websites/templates/vhost_www.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/websites/templates/vhost_www.conf') diff --git a/deployment/websites/templates/vhost_www.conf b/deployment/websites/templates/vhost_www.conf index 79ac0ee1..399681be 100644 --- a/deployment/websites/templates/vhost_www.conf +++ b/deployment/websites/templates/vhost_www.conf @@ -1,6 +1,6 @@ Redirect /wiki https://wiki.mageia.org/# -# Everything under /g/ is static content to be served by a seconday host +# Everything under /g/ is static content to be served by a secondary host RewriteEngine On RewriteRule ^g/(.+)$ https://static.mageia.org/g/$1 [R,L,QSA] -- cgit v1.2.1