Skip to content

Commit

Permalink
Merge pull request #709 from cvdwel/patch-1
Browse files Browse the repository at this point in the history
Remove non-SSL rewrite example from apache::vhost
  • Loading branch information
Ashley Penney committed May 1, 2014
2 parents ce04ebe + c733ea4 commit 7369205
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions manifests/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@
# docroot => '/path/to/docroot',
# }
# apache::vhost { 'site.name.fqdn':
# port => '80',
# rewrites => [
# {
# comment => "redirect non-SSL traffic to SSL site",
# rewrite_cond => ['%{HTTPS} off'],
# rewrite_rule => ['(.*) https://%{HTTPS_HOST}%{REQUEST_URI}']
# }
# ]
# }
# apache::vhost { 'site.name.fqdn':
# port => '80',
# docroot => '/path/to/other_docroot',
# custom_fragment => template("${module_name}/my_fragment.erb"),
Expand Down

0 comments on commit 7369205

Please sign in to comment.