SagarKadambi
Results
1
comments of
SagarKadambi
Below is my configuration : Nginx.conf ``` user www-data; worker_rlimit_nofile 32768; pid /var/run/nginx.pid; load_module modules/ngx_http_opentracing_module.so; events { worker_connections 8192; } error_log /dev/stderr; http { log_format json_combined '{' '"time_local":"$time_local",' '"remote_addr":"$remote_addr",' '"remote_user":"$remote_user",'...