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 533d93e commit 48792c6Copy full SHA for 48792c6
infrastructure_files/nginx.tmpl.conf
@@ -17,7 +17,7 @@ upstream signal {
17
server 127.0.0.1:10000;
18
}
19
upstream management {
20
- # insert the grpc+http port of your signal container here
+ # insert the grpc+http port of your management container here
21
server 127.0.0.1:8012;
22
23
@@ -75,4 +75,4 @@ server {
75
76
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
77
ssl_certificate_key /etc/ssl/certs/ssl-cert-snakeoil.pem;
78
-}
+}
0 commit comments