Commit 101cdeb6 authored by mdj33's avatar mdj33 Committed by vipwzw

nginx connections may not enough

parent dc3ab81f
......@@ -3,7 +3,8 @@ worker_processes 1;
events {
worker_connections 1024;
#worker_connections 1024 may not enough
worker_connections 10240;
}
......@@ -27,7 +28,7 @@ http {
}
server {
listen 8803 http2;
listen 8803; #default tcp is ok, http2 to grpc
server_name localhost;
#charset koi8-r;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment