i ilham.dev
Home Posts Tools Dev Ops Games Playground About Contact

Reverse-Proxy

  • How I build an nginx reverse proxy config without memorising everything

    An nginx reverse proxy config can look intimidating when you are still learning: server { listen 80; server_name app.example.com; location / { proxy_pass http://127.0.0.1:3000; proxy_set_header Host $host; …

    27 Sep 2026 · 5 min read · #nginx #devops #reverse-proxy #tools

© 2026 Ilham Andika. All rights reserved.
Contact Terms Privacy Comment Policy RSS GitHub