We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e9339 commit f3e8794Copy full SHA for f3e8794
1 file changed
unifi-network-application.subdomain.conf.sample
@@ -40,7 +40,7 @@ server {
40
include /config/nginx/proxy.conf;
41
include /config/nginx/resolver.conf;
42
set $upstream_app unifi-network-application;
43
- set $upstream_port 8443;
+ set $upstream_port 8443; #change to 443 if connecting to a Unifi Cloud Key
44
set $upstream_proto https;
45
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
46
0 commit comments