Skip to content

Commit

Permalink
Fixed typo in changelog notes: ssl_force_redirect -> ssl_redirect.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Andrews committed Jan 31, 2017
1 parent 318f929 commit 5f81429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This release contains several breaking changes!
* Set log directory ownership / permissions explicitly
* fix map.erb to work on Redhat 6 releases
* Move all parameters back to top scope (nginx vs nginx::config) (major change)
* Rename rewrite_to_https => ssl_force_redirect (breaking change)
* Rename rewrite_to_https => ssl_redirect (breaking change)
* Adds new SSL && protocol specific directives to mailhost setup (#769)
* allow try_files and index in location resource (#966)
* Put keepalive at bottom of upstream_cfg\_{append,prepend} sections
Expand Down

1 comment on commit 5f81429

@noni73
Copy link

@noni73 noni73 commented on 5f81429 Mar 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog on forge.puppet.com still shows ssl_force_redirect.

Please sign in to comment.