Skip to content

Kubes1598/nginx-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Nginx — Reverse Proxy, Static Hosting & Load Balancer

Three isolated Nginx configurations covering real-world use cases. Each is in its own directory with a docker-compose.yml — run any of them independently.

Configs

Directory Pattern Command
static-hosting/ Serve React/static build with cache headers + gzip cd static-hosting && docker compose up
reverse-proxy/ Forward /api/* to backend, preserve headers cd reverse-proxy && docker compose up
load-balancer/ Round-robin across two app instances cd load-balancer && docker compose up

Stack

Nginx · Docker · curl

About

DevOps — three Nginx configs: static hosting, reverse proxy, and load balancer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors