Skip to content

Commit f3e8794

Browse files
authored
Update unifi-network-application.subdomain.conf.sample
Add comment to use port 443 when connecting to a Unifi Cloud Key
1 parent 94e9339 commit f3e8794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unifi-network-application.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ server {
4040
include /config/nginx/proxy.conf;
4141
include /config/nginx/resolver.conf;
4242
set $upstream_app unifi-network-application;
43-
set $upstream_port 8443;
43+
set $upstream_port 8443; #change to 443 if connecting to a Unifi Cloud Key
4444
set $upstream_proto https;
4545
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4646

0 commit comments

Comments
 (0)