Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --proxy option to support multiple proxies #242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bcb
Copy link

@bcb bcb commented Sep 12, 2020

Adds a repeatable --proxy option to support multiple proxies.

elm-live --proxy /rest:http://localhost:4000 --proxy /files:http://localhost:5000 --proxy /events:http://localhost:6000 src/Main.elm

This replaces the existing options --proxyPrefix and --proxyHost which should be removed in a future breaking release. For now those options remain.

Closes #241 and closes #151

@netlify
Copy link

netlify bot commented Sep 12, 2020

Deploy request for elm-live pending review.

Review with commit ccbc2c9

https://app.netlify.com/sites/elm-live/deploys

@bcb bcb marked this pull request as ready for review September 12, 2020 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple proxies web sockets?
1 participant