Created
March 9, 2025 13:59
-
-
Save gszr/6ccc3f7f63e521be30d951220665a469 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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