Skip to content

Commit

Permalink
Fix hostnameMatch in print config
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher committed Feb 1, 2019
1 parent f613112 commit a53e6c4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ templates:
https?://${VISIBLE_WEB_HOST_RE_ESCAPED}${VISIBLE_ENTRY_POINT_RE_ESCAPED}(.*): "${GEOPORTAL_INTERNAL_URL}${VISIBLE_ENTRY_POINT}$1"
- !forwardHeaders
matchers:
- !localMatch {}
- !hostnameMatch {}
host: ${GEOPORTAL_INTERNAL_HOST}
port: ${GEOPORTAL_INTERNAL_PORT}
headers:
- Cookie
- Host
Expand Down

0 comments on commit a53e6c4

Please sign in to comment.