TutorialsProjects HardwareAboutNewsletter

Nginx Reverse Proxy on Raspberry Pi: Route Multiple Services on One Domain

Nginx lets you run multiple services behind a single address and route requests to the correct service by domain name or URL path. Essential once you run more than one web-facing service.

Marcus Webb
Published: 2025-01-11

What a reverse proxy does

What a reverse proxy does is a key part of this guide. Follow the steps below carefully and refer to our related guides for additional context.

Requirements

Requirements is a key part of this guide. Follow the steps below carefully and refer to our related guides for additional context.

Install Nginx

Install Nginx is a key part of this guide. Follow the steps below carefully and refer to our related guides for additional context.

Configure server blocks

Configure server blocks is a key part of this guide. Follow the steps below carefully and refer to our related guides for additional context.

Add SSL with Certbot

Add SSL with Certbot is a key part of this guide. Follow the steps below carefully and refer to our related guides for additional context.

Troubleshooting

Troubleshooting is a key part of this guide. Follow the steps below carefully and refer to our related guides for additional context.

Tags