Skip to content

Commit

Permalink
Merge pull request #76 from mbarto/proxy_fix
Browse files Browse the repository at this point in the history
Fixes #75, proxy configuration misses host option
  • Loading branch information
mbarto committed Aug 28, 2015
2 parents b3ea5ac + b3a6a67 commit 8b46d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
proxy: [{
path: new RegExp("/mapstore/rest/geostore/(.*)"),
rewrite: rewriteUrl("/geostore/rest/$1"),
host: "mapstore.geo-solutions.it",
target: "http://mapstore.geo-solutions.it"
}]
},
Expand Down

0 comments on commit 8b46d44

Please sign in to comment.