Tag: nginx
All the articles with the tag "nginx".
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
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
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
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 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
step-ca and ACME
Updated:We have a couple of hundred certs with Let's Encrypt and it is a great service. Right now though we need to issue certs to internal systems and thought it
Nginx SSL Certificate Error
Updated:We're using client side certificates on an Nginx host to ensure the credentials of the connecting users and haven't used the site for a while. I tried to l