diff options
author | Michael Scherer <misc@zarb.org> | 2015-04-23 00:12:57 -0400 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2015-04-23 00:12:57 -0400 |
commit | 20b224a7d5cd8d4142b86ff657ffcd1a4fd30340 (patch) | |
tree | 7ebe2d6643893e4f407aca9e72cae03a9fb177b0 /playbooks | |
parent | 243ec3d5362336c04a96ff80a1c1f934ebcca2d3 (diff) |
Fix the redirect, since this can be abused for various nefarious purpose.
Since http://theopensourceway.org/.example.com/something would be redirected to
http://theopensourceway.org.example.com/something. Found by our infosec team.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/os1.theopensourceway.org.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/os1.theopensourceway.org.yml b/playbooks/os1.theopensourceway.org.yml index 09bfd70..3844697 100644 --- a/playbooks/os1.theopensourceway.org.yml +++ b/playbooks/os1.theopensourceway.org.yml @@ -16,7 +16,7 @@ document_root: /var/www/website - role: httpd website_url: theopensourceway.org - redirect: http://www.theopensourceway.org + redirect: http://www.theopensourceway.org/ - role: old_wiki old_wiki_dir: /var/www/old_server/wiki/ website_url: www.theopensourceway.org |