aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/templates/vhost_www.conf
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/templates/vhost_www.conf')
-rw-r--r--deployment/websites/templates/vhost_www.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/templates/vhost_www.conf b/deployment/websites/templates/vhost_www.conf
index a28e7309..1d60db0b 100644
--- a/deployment/websites/templates/vhost_www.conf
+++ b/deployment/websites/templates/vhost_www.conf
@@ -2,7 +2,7 @@ Redirect /wiki https://wiki.mageia.org/#
# Everything under /g/ is static content to be served by a seconday host
RewriteEngine On
-RewriteRule ^g/(.+)$ http://static.mageia.org/g/$1 [R,L,QSA]
+RewriteRule ^g/(.+)$ https://static.mageia.org/g/$1 [R,L,QSA]
ErrorDocument 404 /404.php