mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Update docs/docs/guides/reverse_proxy.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
3cad6a397c
commit
8e51195fde
@ -4,7 +4,7 @@ title: Setting up a Reverse Proxy
|
|||||||
---
|
---
|
||||||
This guide outlines the basic configuration steps needed to expose your Frigate UI to the internet.
|
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 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 the public internet and redirects them transparently to an internal webserver on your network.
|
A reverse proxy accepts HTTP requests from the public internet and redirects them transparently to internal webserver(s) on your network.
|
||||||
|
|
||||||
The suggested steps are:
|
The suggested steps are:
|
||||||
- **Configure** a 'proxy' HTTP webserver (such as [Apache2](https://httpd.apache.org/docs/current/)) and only expose ports 80/443 from this webserver to the internet
|
- **Configure** a 'proxy' HTTP webserver (such as [Apache2](https://httpd.apache.org/docs/current/)) and only expose ports 80/443 from this webserver to the internet
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user