# Relay Node + Reverse Proxy

**URL:** https://forum.algorand.co/t/relay-node-reverse-proxy/3583
**Category:** General
**Tags:** mainnet, noderunner
**Created:** [June 18, 2021, 10:59pm UTC](https://forum.algorand.co/t/relay-node-reverse-proxy/3583 "2021-06-18T22:59:16Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![Dayman](https://avatars.discourse-cdn.com/v4/letter/d/6a8cbe/32.png) [@Dayman](https://forum.algorand.co/u/Dayman)
#### Post date: [June 23, 2021, 8:54pm UTC](https://forum.algorand.co/t/relay-node-reverse-proxy/3583/9 "2021-06-23T20:54:06Z")

</div>

After experimenting and finding a pretty good solution, I’m putting this here for future reference for anyone else who is running multiple services (including a relay node) behind a proxy.

1. put the relay node port on the root path `/` (`reverse_proxy /* localhost:4161`)
2. If you want a browser to redirect on the URL to something else, you should match a `GET` on the `/` path and redirect to the desired sub URI. i.e `redir { method GET, path /} /myuri/`

---

_[View the full topic](https://forum.algorand.co/t/relay-node-reverse-proxy/3583)._
