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

Mention setting up a Reverse Proxy in the docs #1119

Closed
zdavatz opened this issue Oct 10, 2016 · 6 comments
Closed

Mention setting up a Reverse Proxy in the docs #1119

zdavatz opened this issue Oct 10, 2016 · 6 comments

Comments

@zdavatz
Copy link

zdavatz commented Oct 10, 2016

Why is there no mentioning of setting up a Reverse Proxy to run Rack. That is the most simple solution for testing and development. Something like this:

https://www.playframework.com/documentation/2.5.x/HTTPServer#Set-up-with-Apache

At the moment a new developer gets the impression that the setup of Rack is more complicated then it actually is.

@tonytonyjan
Copy link
Contributor

In my opinion, it's because rack is not HTTP server.

@zdavatz
Copy link
Author

zdavatz commented Dec 9, 2016

But it works perfectly.

@rafaelfranca
Copy link
Collaborator

What do you suggest?

@zdavatz
Copy link
Author

zdavatz commented Dec 30, 2016

As I mentioned above, same as it is mentioned with the Play-Framework: https://www.playframework.com/documentation/2.5.x/HTTPServer#Set-up-with-Apache

Rack uses the exact same settings.

@rafaelfranca
Copy link
Collaborator

I see. I don't think this documentation belongs to rack. This configuration works for any Web server and it is not specific to rack.

@zdavatz
Copy link
Author

zdavatz commented Jan 5, 2017

You should still mention Apache in the docs!

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

No branches or pull requests

3 participants