Skip to content

Nginx Reverse Proxy Configuration

View on Twitter

💡 Want to host multiple apps on a single #VPS?

👉🏼 You can configure #Nginx as a reverse proxy to route traffic to different apps on your server. Create a `server` block for each app and add a `proxy_pass` directive.

Gist: https://gist.github.com/Maximization/44d8de53e582a4bdd093d51ad9d21eaf

Basic Nginx reverse proxy configuration with two server blocks and each having a server_name directive indicating which domain it should match.

Download the VPS Security Cheatsheet

Use this FREE security cheatsheet to not miss a step when securing your VPS.

A preview of the VPS Security Cheatsheet.

You'll also get tips on building scalable Node.js applications about twice a month. I respect your email privacy. Unsubscribe any time.

You might also like
Debug Srcset and Sizes Attributes in Images Read tip
Quickly Get JavaScript Event Keycode Read tip
Check If Port Is Open to Public Read tip