Tag: nginx
All the articles with the tag "nginx".

Nginx and LDAP Authentication
Updated:We want a little more control over some of our reverse proxies and wanted to place a little extra burden on the users as possible. To do this we chose to u

Nginx Proxy Manager and GoAccess
Updated:Nginx proxy Manager (NPM) is a simple-to-use management interface for the Nginx reverse proxy. It handles the Let's Encrypt certificates with ease. GoAcces

Nginx Caching
Updated:We have a heavily visited service powered by a content management system that gets a huge jump in page visits when an email gets sent out with a PDF link.

Keycloak and OpenLDAP
Updated:After getting Keycloak up and running, it's a breeze to connect it to LDAP and use the users from there, but there were a few things I missed about group m

Nginx Container with Custom Modules
The dev team wanted a version of Nginx that included some custom modules. I've previously built custom Nginx on bare metal, but this time it wanted to be i

Consul Service Discovery & Nginx
Building a resilient set of web services (or microservices) means setting up a proxy that is able to dynamically set up "upstream" services when they are a

Syncing Config Files Between Servers
Updated:Having setup a pair of load balancers I wanted to ensure the Nginx configuration from one system was replicated to the secondary where changes were made on

Nginx GeoIP
With the plus version of Nginx you get access to the compiled version of geoip2 plugin. This means you can use it out of the box just add it into the confi

Traefik Swarm
Updated:Traefik is a reverse proxy that is configured directly from your docker configuration.

Nginx Maintenance Mode
Updated:We use a simple method of putting an Nginx site into maintenance mode. Just set a geo default variable on on and have it generate a HTTP 503 status respons