Skip to content

Commit

Permalink
Merge pull request #407 from 3scale/location-d
Browse files Browse the repository at this point in the history
[location.d] new extension block for location
  • Loading branch information
mikz authored Aug 30, 2017
2 parents cfeaf5a + 183addf commit d7399f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added

- Support for extending APIcast location block with snippets of nginx configuration [PR #407][https://github.com/3scale/apicast/pull/407]

### Changed

- `THREESCALE\_DEPLOYMENT\_ENV` defaults to `production` [PR #406](https://github.com/3scale/apicast/pull/406)
Expand Down
Empty file.
2 changes: 2 additions & 0 deletions apicast/conf.d/apicast.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ location / {
proxy_set_header Connection "";

post_action @out_of_band_authrep_action;

include ../apicast.d/location.d/*.conf;
}

location = /_threescale/oauth_store_token {
Expand Down

0 comments on commit d7399f0

Please sign in to comment.