summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2015-04-23 00:12:57 -0400
committerMichael Scherer <misc@zarb.org>2015-04-23 00:12:57 -0400
commit20b224a7d5cd8d4142b86ff657ffcd1a4fd30340 (patch)
tree7ebe2d6643893e4f407aca9e72cae03a9fb177b0
parent243ec3d5362336c04a96ff80a1c1f934ebcca2d3 (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.
-rw-r--r--playbooks/os1.theopensourceway.org.yml2
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