[A reverse proxy] can provide a lot of benefits, like terminating SSL connections from the outside, limiting the number of concurrent open sockets towards the Mojolicious application (or even using Unix sockets), balancing load across multiple instances, or supporting several applications through the same IP/port.
Hi! Reverse proxy (such as Nginx) can proxy different requests to the different apps based on different params.
For example, you have an application doing auth and application
doing something only for the authorized users. So domain
auth.app.com could be proxied to auth app and domain
internal.app.com to the second app.
You can do it based on whatever nginx supports - host, location,
some get args or header in request and so on.
--
You received this message because you are subscribed to the Google Groups "Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mojolicious/CACyQ%2BFSkT_YXpnUbakT%3DO%2Bi1y99vVxpg8rVo%3D8V33LUtLhNfPQ%40mail.gmail.com.
--
To view this discussion on the web visit https://groups.google.com/d/msgid/mojolicious/CABMkAVUec9he1116T6Mu%3Dd1ZdAR7Cj_UdaFTxSD%2BrC8wm7UvmQ%40mail.gmail.com.