Skip to content

Commit 48792c6

Browse files
authored
[misc] Fix confusing comment (#4376)
1 parent 533d93e commit 48792c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure_files/nginx.tmpl.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ upstream signal {
1717
server 127.0.0.1:10000;
1818
}
1919
upstream management {
20-
# insert the grpc+http port of your signal container here
20+
# insert the grpc+http port of your management container here
2121
server 127.0.0.1:8012;
2222
}
2323

@@ -75,4 +75,4 @@ server {
7575

7676
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
7777
ssl_certificate_key /etc/ssl/certs/ssl-cert-snakeoil.pem;
78-
}
78+
}

0 commit comments

Comments
 (0)