unit icon indicating copy to clipboard operation
unit copied to clipboard

Can I use NGINX UNIT without NGINX?

Open TRcodes opened this issue 3 years ago • 3 comments

I am still a beginner and it is hard to understand how to use without NGINX. Applications open on different ports. i.e. these ports need to be opened in the firewall. I want all applications to use port 80 but different links will be opened by different applications. It is also not clear if there is a possibility to cache static files.

The main question I want to understand is whether it is possible to fully use NGINX UNIT without NGINX? If yes, then I will continue to read the manual to understand all the charms of routing.

TRcodes avatar Dec 12 '21 10:12 TRcodes

Hello. Yes, it is possible to use Unit without NGINX. Though static files cache is not implemented yet.

mar0x avatar Dec 13 '21 08:12 mar0x

@mar0x Does your task list have caching? And when can this functionality be expected?

TRcodes avatar Dec 13 '21 12:12 TRcodes

@TRcodes Caching is a big feature that would be nice to have, but it's an extended functionality that not everyone needs. Since there are still plenty of essential features not implemented yet, the caching isn't among the todo list for the nearest future. I can't predict any ETA for it at the moment.

VBart avatar Dec 13 '21 12:12 VBart