tmartin314
tmartin314

Reputation: 4171

Proxy server on Heroku

There is an addon on Heroku called Proximo, and I'm just curious what kind of server you would need to setup to run your own proxy? Would Squid do the same thing that Proximo is doing or does anyone have any experience/suggestions for how to setup one up?

Our app vitally needs a dedicated IP address and proximo is a bit expensive.

Upvotes: 2

Views: 1064

Answers (1)

Yuval Adam
Yuval Adam

Reputation: 165242

You can use either Squid, Haproxy or even nginx - they are all high-throughput and very stable proxy/caching solutions.

Upvotes: 1

Related Questions