omitting warning in logs

This commit is contained in:
talksik
2023-08-14 15:05:10 -07:00
parent d212d9bd8b
commit abaee0c8a3
+10 -10
View File
@@ -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;