Skip to content

Commit 009129a

Browse files
authored
Update unifi-network-application.subdomain.conf.sample
1 parent f3e8794 commit 009129a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

unifi-network-application.subdomain.conf.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# make sure that your dns has a cname set for unifi
44
# NOTE: If you use the proxy_cookie_path setting in proxy.conf you need to remove HTTPOnly;
55
# ex: proxy_cookie_path / "/; Secure";
6+
# change $upstream_port to 443 if connecting to a Unifi Cloud Key
67

78
server {
89
listen 443 ssl http2;
@@ -40,7 +41,7 @@ server {
4041
include /config/nginx/proxy.conf;
4142
include /config/nginx/resolver.conf;
4243
set $upstream_app unifi-network-application;
43-
set $upstream_port 8443; #change to 443 if connecting to a Unifi Cloud Key
44+
set $upstream_port 8443;
4445
set $upstream_proto https;
4546
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4647

0 commit comments

Comments
 (0)