diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-18 00:17:17 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-18 00:17:17 +0200 |
commit | 5e5d5e4c07ce6538361459500c87ef90f162069a (patch) | |
tree | 4abc50549ff242f02e5ddc46525f08efb319a4c9 /deployment | |
parent | c5d27cf2849f54dd90ce5c60c20b8bd1290f0689 (diff) | |
download | puppet-5e5d5e4c07ce6538361459500c87ef90f162069a.tar puppet-5e5d5e4c07ce6538361459500c87ef90f162069a.tar.gz puppet-5e5d5e4c07ce6538361459500c87ef90f162069a.tar.bz2 puppet-5e5d5e4c07ce6538361459500c87ef90f162069a.tar.xz puppet-5e5d5e4c07ce6538361459500c87ef90f162069a.zip |
Make mageia website use https
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/websites/templates/vhost_www.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/websites/templates/vhost_www.conf b/deployment/websites/templates/vhost_www.conf index a28e7309..6430568f 100644 --- a/deployment/websites/templates/vhost_www.conf +++ b/deployment/websites/templates/vhost_www.conf @@ -1,3 +1,4 @@ +Redirect permanent / https://www.mageia.org/ Redirect /wiki https://wiki.mageia.org/# # Everything under /g/ is static content to be served by a seconday host |