From 900fd59032f4e9e06d84789e0613a555548e3560 Mon Sep 17 00:00:00 2001 From: Paul Blacknell Date: Thu, 15 Dec 2022 22:57:44 +0000 Subject: [PATCH] Update docs/docs/guides/reverse_proxy.md Co-authored-by: Nicolas Mowen --- docs/docs/guides/reverse_proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/guides/reverse_proxy.md b/docs/docs/guides/reverse_proxy.md index df7a65b5a..2eff6d26d 100644 --- a/docs/docs/guides/reverse_proxy.md +++ b/docs/docs/guides/reverse_proxy.md @@ -2,6 +2,7 @@ id: reverse_proxy title: Setting up a Reverse Proxy --- + This guide outlines the basic configuration steps needed to expose your Frigate UI to the internet. A common way of accomplishing this is to use a reverse proxy webserver between your router and your Frigate instance. A reverse proxy accepts HTTP requests from the public internet and redirects them transparently to internal webserver(s) on your network.