DevOps, IT, NginX, PHP, PHP tools, WebDevelopment
Installing Nginx on Windows Download NginX files from: https://nginx.org/en/docs/windows.html. Unzip to C\{name-version} (in my case it would be C:\nginx-1.25.4 directory). Open PowerShell as an Administrator and lunch server by typing cmd: start nginx Every time you...
DevOps, Kubernetes, NginX, WebDevelopment
Prerequisites: Install Minikube (or use personal Cloud Cluster, for example AWS or Google Cloud)Install Kubectl * If you need help, see this Kubernetes setup tutorial Table of contents In this blog post, we will create a basic starter express application which will...