Software Alternatives & Reviews

nginx

A high performance free open source web server powering busiest sites on the Internet. subtitle

nginx Reviews and details

Screenshots and images

  • nginx Landing page
    Landing page //
    2023-07-28

Badges & Trophies

Promote nginx. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Nginx vs Apache Webservers: Main Differences

Nginx Web Hosting - 5 Best Nginx Reverse Proxy That Support Millions of Web Traffic!

NGINX as a Reverse Proxy (listening on port 80)

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about nginx and what they use it for.
  • Nginx 1.26.0 Stable Released
    Can’t find any changelog other than this, > nginx-1.26.0 stable version has been released, incorporating new features and bug fixes from the 1.25.x mainline branch — including experimental HTTP/3 support, HTTP/2 on a per-server basis, virtual servers in the stream module, passing stream connections to listen sockets, and more https://nginx.org/. - Source: Hacker News / 3 days ago
  • How to securely reverse-proxy ASP.NET Core web apps
    However, it's very unlikely that .NET developers will directly expose their Kestrel-based web apps to the internet. Typically, we use other popular web servers like Nginx, Traefik, and Caddy to act as a reverse-proxy in front of Kestrel for various reasons:. - Source: dev.to / 2 months ago
  • Ask HN: Is nginx.org (the domain-name itself) gone?
    So at least the servers that host https://nginx.org are not down. - Source: Hacker News / about 1 month ago
  • [06/52] Accessible Kubernetes with Terraform and DigitalOcean
    > curl www.mydomain.com Welcome to nginx! Html { color-scheme: light dark; } Body { width: 35em; margin: 0 auto; Font-family: Tahoma, Verdana, Arial, sans-serif; } Welcome to nginx! If you see this page,... - Source: dev.to / 2 months ago
  • Five Apache projects you probably didn't know about
    APISIX is an API Gateway. It builds upon OpenResty, a Lua layer built on top of the famous nginx reverse-proxy. APISIX adds abstractions to the mix, e.g., Route, Service, Upstream, and offers a plugin-based architecture. - Source: dev.to / 4 months ago
  • What is Forward Proxy and Reverse Proxy
    Https://nginx.org/ Https://stackoverflow.com/questions/224664/whats-the-difference-between-a-proxy-server-and-a-reverse-proxy-server Ttps://dltlabs.medium.com/demystifying-forward-and-reverse-proxies-e52eea330e85 Https://www.websense.com/content/support/library/web/v773/wcg_help/proxy2.aspx. - Source: dev.to / 5 months ago
  • Simplifying preview environments for everyone
    For frontend applications - it can be quite simple to implement preview environments with a simple static storage and a reverse proxy tool like Nginx or Traefik. - Source: dev.to / 10 months ago
  • kind - Setting up CNI using Calico - Part 7
    $ kubectl run busybox --image=busybox --restart=Never --rm -it -- wget -O- http://nginx If you don't see a command prompt, try pressing enter. Warning: couldn't attach to pod/busybox, falling back to streaming logs: Internal error occurred: error attaching to container: failed to load task: no running task found: task 9268947ec3741ac1bad25fab9454c9c56e51131e7d65098993a87a96ed7ea7d7 not found: not found Connecting... - Source: dev.to / 12 months ago
  • mTLS everywhere!
    Last but not least, we should configure TLS for upstreams. In the following, I'll use a simple nginx instance that responds with static content. Use it as an illustration for more complex upstreams. - Source: dev.to / about 1 year ago
  • getting http3 to work on nginx
    I can't guarantee but this seems to be how it works at nginx.org (at least by the look of it). Source: about 1 year ago
  • HP Printer
    For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com. Source: about 1 year ago
  • Docker networking: Network Namespaces, Docker and DNS
    Docker compose exec nginx_a curl nginx_b Welcome to nginx! Html { color-scheme: light dark; } Body { width: 35em; margin: 0 auto; Font-family: Tahoma, Verdana, Arial, sans-serif; } Welcome to nginx! If you... - Source: dev.to / over 1 year ago
  • How can I install nginx v 1.3.13 and above on ubuntu 22?
    On nginx main page https://nginx.org/, it seems that the version of the latest release is 1.29 . Source: over 1 year ago
  • Pleroma 2.5.0 with Elixir 1.11 on OpenBSD 7.1
    In order to publish it as service, you have to combine it with some web server. In Pleroma, the cases using nginx seem more than Apache or Caddy. - Source: dev.to / over 1 year ago
  • How can I install nginx v 1.3.13 and above on ubuntu 22?
    I developed an application which utilizes web sockets and tried to host it on digital ocean vps (ubuntu 22). I discovered that nginx supports web sockets starting from v 1.3.13 and I reinstalled nginx following the official guide http://nginx.org/en/linux_packages.html#Ubuntu. However the version which got installed was 1.23.3. On nginx main page https://nginx.org/, it seems that the version of the latest release... Source: over 1 year ago
  • Help.. 36hrs in...
    The next to last post (as well as another) seemingly have made a workaround, but it's by using both annotations nginx.org and nginx.ingress.kubernetes.io though, which probably isn't all that great. I'd be wary to do that myself, but say I were to do it as a stopgap measure while I instead get another ingress controller up and running... well. Source: over 1 year ago
  • GKE with Consul Service Mesh
    The underlying tool Consul is very powerful, and Consul Connect service mesh on top of this tool is quite robust and extremely flexible where you can swap out the default CA for other solutions, like Vault CA, and swap out the Envoy proxy for another solution, like NGINX or HAProxy. For ingress into the cluster, you can use Consul API Gateway, or another API Gateway or an ingress controller. - Source: dev.to / over 1 year ago
  • Blocking all traffic between LAN -> VLAN (details in comment)
    For online documentation and support please refer to Nginx.org. Commercial support is available at Nginx.com. Source: over 1 year ago
  • Create Nginx extensions in JavaScript
    Nginx is a very good HTTP server and reverse proxy. It is simple to configure, easy to start, and it "does the job". We often use it as a proxy to backends. But, sometimes, you can feel some limitations. For example if you need to authorize users to several backends with a specific identity provider with a weird API. Or, sometimes, this is the backend which is problematic. - Source: dev.to / almost 2 years ago
  • Can someone ELI5 how to run Matrix-WhatsApp?
    Nginx or another reverse proxy server: You might need to handle incoming traffic differently. This helps with it. Nginx Proxy Manager is a tool based upon nginx which makes this easier. Source: almost 2 years ago
  • Mastering the Docker networking
    $ docker run \ --network bridge \ alpine \ sh -c "wget http://172.17.0.2 -O -" Connecting to 172.17.0.2 (172.17.0.2:80) Writing to stdout Welcome to nginx! Html { color-scheme: light dark; } Body { width: 35em; margin: 0 auto; Font-family:... - Source: dev.to / about 2 years ago

External sources with reviews and comparisons of nginx

13 Best XAMPP Alternatives
Nginx is an open-source, high-performance web server used by tech companies, including Pinterest, Airbnb, Cloudflare, and Zendesk. It has been called the new Apache for its ability to scale more efficiently than other web servers, and many developers prefer it because it’s easy to deploy. Nginx also integrates with many programming languages via FastCGI.
7 Best Containerization Software Solutions of 2022
If your enterprise is undergoing digital transformation, the NGINX application platform can help you modernize your legacy applications and deliver new microservices‑based applications – with performance, reliability, security, and scale.
Apache, IIS, NGINX, GWS : What’s Your Choice?
Utilizing a specific type of virtual or physical server determines the type of web server software you use. If you prefer Microsoft, then you will prefer to use IIS (Internet Information Services / Server) by Microsoft as your primary web server application solution. If you use Linux distribution, you have other alternatives like Apache, NGINX and LiteSpeed.
10 Awesome Open Source Load Balancers
Nginx is a battle-tested piece of software written in C and initially introduced in 2004. Since then, it has grown to be an all-in-one reverse proxy, load balancer, mail proxy, and HTTP cache. It offers L7 load balancing support for HTTP, HTTPS, FastCGI, uWSGI, SCGI, Memcached, and gRPC backends. Nginx’s process worker model is highly scalable and deployed at large scales in organizations such as Adobe,...
10 Open Source Load Balancer for HA and Improved Performance
I know what you might be thinking. Nginx is a web server, proxy server, etc. But open-source Nginx does support a basic level of content switching & request routing distribution across multiple servers.
FOSS | Top 15 Web Servers 2021
Nginx was first released in 2004 and was conceived as a solution to the C10k problem. Because the system is rooted in optimizing performance amidst high concurrent requests, it outperforms alternatives and is considered the fastest web server around.
What Is the Most Popular Web Server Application in 2021?
This gives Apache the edge over Nginx on GNU/Linux devices when looking at sheer numbers. If we had to make a prediction, however, it would be that Nginx will outpace Apache in the next couple of years on Linux machines as well.
Top 5 Open-Source Load Balancers 2021
The founder, Igor Sysoev developed the ultimate diverse solution that served numerous and multiple solutions. NGINX is a commendable Load Balancer along with being an exceptional web hosting server. NGINX was launched in 2002, and during that time, the problem of handling ten thousand concurrent connections, i.e., the so-called C10K problem, was a major issue and much-concerned topic, NGINX brought a solution to...
Litespeed vs Nginx vs Apache: Web Server Showdown
Nginx on the other hand, can work as a reverse proxy in front of an Apache, or as it’s own web server and does not have an equivalent feature for .htaccess files. Apps written in Python and Ruby are known to have high performance when running on an Nginx web server. With load balancers, some optimization, and Nginx, you might have a setup that’s super high performance. Nginx also has a reputation for being...
Top Linux Web Servers: Pros and Cons
Now that we know their advantages and disadvantages, which web server is the best? The answer depends on your use case. Nginx is a very fast and powerful option, Apache is a great general-purpose web server, while LiteSpeed represents a premium alternative. Caddy works great if you need simplicity, while Lighthttpd works best when resources are low.
The 5 Best Open Source Load Balancers
Nginx is a name that should be instantly recognizable to anyone involved in web application engineering. This tool offers load balancing capabilities via its ngx_http_upstream_module. A well-established, widely supported option, Nginx offers highly scalable performance out of the box and can be extended with additional modules like Lua.
Top 5 open source web servers
All the hype surrounding the performance improvements of nginx seem to be comparing it to prefork apache with mod_php. I have not seen an honest apples to apples benchmark ever. I should have published my findings, but I'm a nobody without even a blog.
Alternative web servers compared: Lighttpd, Nginx, LiteSpeed and Zeus
Yours was the first article that made me aware of nginx. I have read more since and since our Apache HTTPD based web servers were being overloaded, I had two options – either to load balance between multiple (obviously dedicated) servers or use Nginx. I have started to move my websites to nginx and I owe you a thanks for it 🙂

Do you know an article comparing nginx to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic nginx discussion

Log in or Post with

This is an informative page about nginx. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.