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 f3e8794 commit 009129aCopy full SHA for 009129a
1 file changed
unifi-network-application.subdomain.conf.sample
@@ -3,6 +3,7 @@
3
# make sure that your dns has a cname set for unifi
4
# NOTE: If you use the proxy_cookie_path setting in proxy.conf you need to remove HTTPOnly;
5
# ex: proxy_cookie_path / "/; Secure";
6
+# change $upstream_port to 443 if connecting to a Unifi Cloud Key
7
8
server {
9
listen 443 ssl http2;
@@ -40,7 +41,7 @@ server {
40
41
include /config/nginx/proxy.conf;
42
include /config/nginx/resolver.conf;
43
set $upstream_app unifi-network-application;
- set $upstream_port 8443; #change to 443 if connecting to a Unifi Cloud Key
44
+ set $upstream_port 8443;
45
set $upstream_proto https;
46
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
47
0 commit comments