I am trying to deploy my little Catalyst web app using Plack/Starman. All the documentation seems to suggest I want to use this in combination with nginx. What are the benefits of this? Why not use Starman straight up on port 80?
|
feedback
|
|
It doesn't have to be nginx in particular, but you want some kind of frontend server proxying to your application server for a few reasons:
| ||||
|
feedback
|
|
I asked this question on #plack and got the following response from @nothingmuch (I added formatting):
| |||
|
feedback
|