Browsing Tag
nginx
76 posts
How to Set Up Nginx as a Reverse Proxy for Apache NiFi
Apache NiFi is a powerful data flow automation tool, but its default setup — running on its own…
How to Set Up Nginx as a Reverse Proxy for Apache Superset
Apache Superset is one of the most popular open-source BI tools out there, but out of the box…
How to Set Up Nginx as a Reverse Proxy for Tomcat
Apache Tomcat has been running Java web applications for decades, and it still shows up everywhere from legacy…
How to Set Up Nginx as a Reverse Proxy for Apache Solr
Apache Solr ships with an admin UI and a full REST-like API on port 8983, both completely open…
How to Set Up Nginx as a Reverse Proxy for Redis
Redis is a bit of an odd one to “reverse proxy” compared to the other services in this…
How to Set Up Nginx as a Reverse Proxy for Couchbase
Couchbase is a distributed NoSQL database, and unlike a typical single-port web application, it spreads its functionality across…
How to Set Up Nginx as a Reverse Proxy for Memcached
When I first started tuning a high-traffic PHP application a few years back, the database was the obvious…
How to Set Up Nginx as a Reverse Proxy for Elasticsearch
The first time I deployed Elasticsearch for a client project, I made the mistake of exposing port 9200…
How to Implement Dynamic DNS with Nginx
I ran into this problem while managing a homelab setup that also happened to serve a couple of…
How to Set Up Nginx with Ruby on Rails and Puma
The first production Rails app I deployed without a platform-as-a-service safety net taught me quickly that “rails server”…