Update docs/docs/guides/reverse_proxy.md

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
Emil Sandnabba 2024-08-14 23:18:44 +02:00 committed by GitHub
parent 21e65cff1e
commit 273e06ede4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ This guide outlines the basic configuration steps needed to set up a reverse pro
A reverse proxy is typically needed if you want to set up Frigate on a custom URL, on a subdomain or on a host serving multiple sites. It could also be used to set up your own authentication provider or for more advanced HTTP routing. A reverse proxy is typically needed if you want to set up Frigate on a custom URL, on a subdomain or on a host serving multiple sites. It could also be used to set up your own authentication provider or for more advanced HTTP routing.
Before setting up a reverse proxy, check if any of the built-in functionality in Frigate suits your needs: Before setting up a reverse proxy, check if any of the built-in functionality in Frigate suits your needs:
||| |Topic|Docs|
|-|-| |-|-|
|TLS|Please see the `tls` [configuration option](../configuration/tls.md)| |TLS|Please see the `tls` [configuration option](../configuration/tls.md)|
|Authentication|Please see the [authentication](../configuration/authentication.md) documentation| |Authentication|Please see the [authentication](../configuration/authentication.md) documentation|