Update docs/docs/guides/reverse_proxy.md

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
vajonam 2023-04-19 11:11:31 -04:00 committed by GitHub
parent 03bf53ab9a
commit 1af8fe2540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ This method shows a working example for subdomain type reverse proxy with SSL en
server { server {
set $forward_scheme http; set $forward_scheme http;
set $server "192.168.100.2"; # FRIGATE SERVER NAME set $server "192.168.100.2"; # FRIGATE SERVER LOCATION
set $port 5000; set $port 5000;
listen 80; listen 80;