Media Summary: In this Microservices track session, Francisco Javier Ramírez Urea (Infrastructure Technical Leader, Hoplasoftware) takes a look ... In this tutorial, I'll go through the base level of what I use in most of my tutorials for self hosting websites, webservers, and web ... Looking for an easy way to manage wildcard SSL certificates for your self-hosted web
Dynamic Application Routing With Nginx - Detailed Analysis & Overview
In this Microservices track session, Francisco Javier Ramírez Urea (Infrastructure Technical Leader, Hoplasoftware) takes a look ... In this tutorial, I'll go through the base level of what I use in most of my tutorials for self hosting websites, webservers, and web ... Looking for an easy way to manage wildcard SSL certificates for your self-hosted web API Gateway is another very popular use-case for server { listen 80; server_name absprog.com; location / { root /var/www/absprog.com; index index.html; } }