Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 174 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 174 Bytes

nginx-redis-proxy

Nginx as reverse proxy using Redis

# Start nginx and redis
docker compose up -d --build

# Connect to Nginx using Redis cli
redis-cli -p 16379