Nginx Unit – Universal web app server
github.com
Nginx Unit – Universal web app server
1–10 of 201 posts
Re: Nginx Unit – Universal web app server
#2Would you prefer this over Traefik for a simple docker-compose setup?
Re: Nginx Unit – Universal web app server
#3[deleted]
Re: Nginx Unit – Universal web app server
#4Would you prefer this over Traefik for a simple docker-compose setup?
> a simple docker-compose
Abstraction at it's finest.
Re: Nginx Unit – Universal web app server
#5This seems to be a “universal” app server, like gunicorn is for running Pyhthon stuff, php-fpm for PHP and so on.
It was first launched as closed source and the marketing gibberish f5 came up with made it sound like make believe.
Re: Nginx Unit – Universal web app server
#6I only glanced at the docs, but way they expect apps to integrate with it seems a bit convoluted to me? It's not really a reverse proxy at this
What would be wrong with just using HTTP/2, maybe with a few custom headers sprinkled in for custom features?
Re: Nginx Unit – Universal web app server
#7Thought for a second that it included automatic TLS certificates but that is still done manually with Certbot, which also isn’t that difficult.
Re: Nginx Unit – Universal web app server
#8Thought for a second that it included automatic TLS certificates but that is still done manually with Certbot, which also isn’t that difficult.
[deleted]
Re: Nginx Unit – Universal web app server
#9I choose envoy
Re: Nginx Unit – Universal web app server
#10Thought for a second that it included automatic TLS certificates but that is still done manually with Certbot, which also isn’t that difficult.
Not that difficult, but it’s still a separate dependency (with python requirements). If the goal here is a Caddy competitor, then IMO it’s missing the mark in terms of “one stop shop”. What’s the killer feature?