Skip to content

Commit

Permalink
Merge pull request #149 from KPMP/develop
Browse files Browse the repository at this point in the history
DLU Release 2.8
  • Loading branch information
zwright authored Jun 12, 2020
2 parents 38a3537 + 1341b48 commit 4d3b713
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Listen 443

RewriteEngine on
RewriteRule "^/api/v1/state/events/(.*)$" "http://state-spring:3060/v1/state/events/$1" [P]
RewriteRule "^/api/v1/state/stateDisplayMap$" "http://state-spring:3060/v1/state/stateDisplayMap" [P]
RewriteRule "^/api/(.*)$" "http://spring:3030/$1" [P]

</VirtualHost>
Expand Down

0 comments on commit 4d3b713

Please sign in to comment.