From 48792c64cd366ace66595df3d205e34b5d25f42f Mon Sep 17 00:00:00 2001 From: Bastien Jeannelle <48835068+Sonlis@users.noreply.github.com> Date: Wed, 20 Aug 2025 00:12:00 +0200 Subject: [PATCH] [misc] Fix confusing comment (#4376) --- infrastructure_files/nginx.tmpl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure_files/nginx.tmpl.conf b/infrastructure_files/nginx.tmpl.conf index 23fd760aa..f7fa4a9d0 100644 --- a/infrastructure_files/nginx.tmpl.conf +++ b/infrastructure_files/nginx.tmpl.conf @@ -17,7 +17,7 @@ upstream signal { server 127.0.0.1:10000; } upstream management { - # insert the grpc+http port of your signal container here + # insert the grpc+http port of your management container here server 127.0.0.1:8012; } @@ -75,4 +75,4 @@ server { ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem; ssl_certificate_key /etc/ssl/certs/ssl-cert-snakeoil.pem; -} \ No newline at end of file +}