Skip to content

Commit

Permalink
Merge pull request #591 from 3scale/update-test-apicast-0.07
Browse files Browse the repository at this point in the history
Update Test::APIcast to v0.07
  • Loading branch information
davidor authored Feb 13, 2018
2 parents a41fd33 + 82dc4d6 commit 04254dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway/conf/nginx.conf.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ http {
server {
listen {{ port.management | default: 8090 }};

server_name management _;
server_name {{ server_name.management | default: 'management _' }};

{% include "conf.d/management.conf" %}
}
Expand Down
2 changes: 1 addition & 1 deletion gateway/cpanfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requires 'Test::APIcast', '0.06';
requires 'Test::APIcast', '0.07';
requires 'Crypt::JWT';

0 comments on commit 04254dd

Please sign in to comment.