Skip to content

Instantly share code, notes, and snippets.

@gszr
Created March 9, 2025 13:59
Show Gist options
  • Save gszr/6ccc3f7f63e521be30d951220665a469 to your computer and use it in GitHub Desktop.
Save gszr/6ccc3f7f63e521be30d951220665a469 to your computer and use it in GitHub Desktop.
worker_processes 1;
events{}
http {
server {
listen 10000 http2;
location / {
grpc_pass_header Server;
grpc_pass_header Date;
grpc_ssl_server_name on;
grpc_pass grpc://localhost:15002;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment