Skip to content

Commit

Permalink
[location.d] new extension block for location
Browse files Browse the repository at this point in the history
main apicast entrypoint can be now customized
with snippets of nginx configuration

the path is `apicast.d/location.d/*.conf`

fixes #399
  • Loading branch information
mikz committed Aug 30, 2017
1 parent 8981fbd commit cb6e97b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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 cb6e97b

Please sign in to comment.