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
5f424b1047
commit
2241f0e8d5
@ -51,9 +51,6 @@ Here we access Frigate via https://cctv.mydomain.co.uk
|
||||
RewriteCond %{HTTP:Upgrade} !=websocket [NC]
|
||||
RewriteRule /(.*) http://frigatepi.local:5000/$1 [P,L]
|
||||
</VirtualHost>
|
||||
```
|
||||
### Step 2: Use SSL to encrypt access to your Frigate instance
|
||||
Whilst this won't, on its own, stop access to your Frigate webserver it will encrypt all content (such as login credentials).
|
||||
Installing SSL is beyond the scope of this document but [Let's Encrypt](https://letsencrypt.org/) is a widely used approach.
|
||||
|
||||
This Apache2 configuration snippet then results in unencrypted requests being redirected to webserver SSL port
|
||||
|
||||
Loading…
Reference in New Issue
Block a user