From cdeb683784da64b0c7774f23cd6242175859e361 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 2 Apr 2020 17:08:31 +0200 Subject: redirect to https, now we have it working --- playbooks/osci.theopensourceway.org.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/osci.theopensourceway.org.yml b/playbooks/osci.theopensourceway.org.yml index de903af..77c5bd9 100644 --- a/playbooks/osci.theopensourceway.org.yml +++ b/playbooks/osci.theopensourceway.org.yml @@ -20,7 +20,7 @@ use_letsencrypt: True - role: httpd website_domain: theopensourceway.org - redirect: http://www.theopensourceway.org/ + redirect: https://www.theopensourceway.org/ use_letsencrypt: True - role: old_wiki old_wiki_dir: /var/www/old_server/wiki/ -- cgit