From abaee0c8a34c536900888da14fbb31573c26460e Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 14 Aug 2023 15:05:10 -0700 Subject: [PATCH] omitting warning in logs --- nginx.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/nginx.conf b/nginx.conf index ba49962..71e4b26 100644 --- a/nginx.conf +++ b/nginx.conf @@ -89,16 +89,16 @@ http { } # k8s api: passthrough grpc/tcp - server { - listen 80 http2; - server_name api.flowy.live; - - location / { - # Replace localhost:50051 with the address and port of your gRPC server - # The 'grpc://' prefix is optional; unencrypted gRPC is the default - grpc_pass grpc://localhost:50051; - } - } + # server { + # listen 80 http2; + # server_name api.flowy.live; + # + # location / { + # # Replace localhost:50051 with the address and port of your gRPC server + # # The 'grpc://' prefix is optional; unencrypted gRPC is the default + # grpc_pass grpc://localhost:50051; + # } + # } # server { # listen 443 ssl http2; # server_name api.flowy.live;