-
Notifications
You must be signed in to change notification settings - Fork 14
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
local proxrox proxy config? #6
Comments
Sounds good and I have been thinking about this as well. I see two things that need to be done:
|
I created issue #7 to track part 2 of this issue (proxies for subdirectories). |
Yeah my nginx.conf has multiple My use case is one of my services is a RESTful API, and the other provides dynamic HTML. Otherwise I could just use a static directory for the HTML service. I'm not sure how ultimately this should all look, where would the proxrox config file typically live? with one of the services? in |
It is beneficial to share proxrox configurations within a team so that very developer has the local development setup. Proxrox configurations can follow webpack's and other tools best practices, i.e. support JSON and YAML config format. Fixes #6 Support loading of JSON and YAML config files Support YAML and JSON comments Accept config as an argument to proxrox start Document changes Document usage
It is beneficial to share proxrox configurations within a team so that very developer has the local development setup. Proxrox configurations can follow webpack's and other tools best practices, i.e. support JSON and YAML config format. Fixes #6
It is beneficial to share proxrox configurations within a team so that very developer has the local development setup. Proxrox configurations can follow webpack's and other tools best practices, i.e. support JSON and YAML config format. Fixes #6
@city41: I will release a new version of proxrox later today. I would be happy if you could take a look at the changes and tell me whether they are sufficient for your use case. Thanks! |
@city41: FYI, I just released v1.3.0. |
This is a great idea. Currently I am using nginx to proxy two micro services into one website during development. If proxrox read a local
proxrox.json
file or something like that, and could set up proxies on the fly based on that file, it'd be incredibly useful. Something likeobviously that's super simplified, but the general idea.
The text was updated successfully, but these errors were encountered: