Tag: Nginx
-
Setting up a reverse-proxy with NGINX and docker-compose
Posted on July 28, 2018, Level intermediate Resource Length long
Dominik Weber tutorial how to set up reverse-proxy with NGINX, which can then handle server-related aspects, like SSL and caching, completely transparent to the application behind it. It is good practice in general to not make internal services public-facing that don't have to be.
Tags nginx how-to performance web-development performance
-
How to host multiple web sites with NGINX and HAProxy using LXD on Ubuntu
Posted on November 17, 2017, Level intermediate Resource Length long
Simos Xenitellis wrote an article for digitalocean.com about hosting web application in LXD containers. For many Docker became de facto container solution of choice, but there are different Linux containers available. This article is about LXD which can create and manage these containers. LXD provides a hypervisor service to manage the entire life cycle of containers.
Tags containers nginx docker
-
How Algolia Reduces Latency For 21B Searches Per Month
Posted on May 6, 2017, Level beginner Resource Length long
Josh Dzielak, Developer Advocate as Algolia wrote interesting article about building search engine from scratch.
Tags search nginx servers
-
Detecting Bots in Apache & Nginx Logs
Posted on March 12, 2017, Level intermediate Resource Length medium
Mark Litwintschik put together this article to help server admins with separating bot and human-generated traffic in web server logs, which can be challenging.
Tags nginx servers infosec
-
Introducing the Microservices Reference Architecture from NGINX
Posted on January 4, 2017, Level beginner Resource Length long
This article is about developing the NGINX Microservices Reference Architecture (MRA) - a set of models that you can use to create your own microservices applications.
Tags microservices nginx