Skip to content

Commit

Permalink
add extend points in nginx/kong conf templates
Browse files Browse the repository at this point in the history
  • Loading branch information
passos committed Aug 26, 2017
1 parent cfcccc5 commit 89a2a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions kong/templates/nginx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ events {
http {
include 'nginx-kong.conf';
include 'conf.d/nginx_*.conf';
}
]]
4 changes: 4 additions & 0 deletions kong/templates/nginx_kong.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ server {
kong.handle_error()
}
}
include 'conf.d/kong_*.conf';
}
server {
Expand Down Expand Up @@ -190,5 +192,7 @@ server {
location /robots.txt {
return 200 'User-agent: *\nDisallow: /';
}
include 'conf.d/admin_*.conf';
}
]]

0 comments on commit 89a2a8d

Please sign in to comment.