Tag: devops
All the articles with the tag "devops".
-
NGINX Notes — Things I Keep Coming Back To
Practical NGINX tricks I keep referencing: rewrite, proxy, load balancing, rate limiting, geo-blocking, and dynamic upstreams.
-
Auto-Deploy JavaScript Projects with GitHub Workflow
From simple SSH to caching and CI builds — a practical walkthrough of writing a GitHub Workflow to deploy JavaScript projects.
-
Forward Request from a Path to a Specific Port via .htaccess
Using Apache mod_rewrite and mod_proxy to forward requests from a path to an internal port — with examples for multiple apps.