diff options
author | Michael Scherer <misc@redhat.com> | 2020-04-02 17:08:31 +0200 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2020-04-02 17:08:31 +0200 |
commit | cdeb683784da64b0c7774f23cd6242175859e361 (patch) | |
tree | ab49270015eea46be539bfa1103a680f536395df | |
parent | 04cc5343602474f67bf9dccf9880b0c83d3978f6 (diff) |
redirect to https, now we have it working
-rw-r--r-- | playbooks/osci.theopensourceway.org.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |