mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Update unifi-network-application.subdomain.conf.sample
Add comment to use port 443 when connecting to a Unifi Cloud Key
This commit is contained in:
parent
94e933954e
commit
f3e8794c7b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ server {
|
|||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app unifi-network-application;
|
||||
set $upstream_port 8443;
|
||||
set $upstream_port 8443; #change to 443 if connecting to a Unifi Cloud Key
|
||||
set $upstream_proto https;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue