I am using keepalive_disable in nginx conf
this requires for
Syntax: keepalive_disable none | browser ...;
Default: keepalive_disable msie6;
Context: http, server, location
Now i have two problems
other than safari, msie6 i was not able to determine the browser like chrome, mozilla, firefox
now i am making api calls from android and here is the access log dump and i want to disable keep alive for useragent android app and here is access log. what would i pass as a parameter in this case
"POST /api/stores/store-times HTTP/1.1" 200 127 "//someshop (dot) com/" "Dalvik/2.1.0 (Linux; U; Android 5.1; V1-B18 Build/LMY47I)" "-" 0.042 "GET /api/stores/store-times HTTP/1.1" 200 127 "//someshop (dot) com/" "Dalvik/2.1.0 (Linux; U; Android 5.1; V1-B18 Build/LMY47I)" "-" 0.042 HTTP/1.1" 200 122 "-" "Dalvik/2.1.0 (Linux; U; Android 5.1; V1-B18 Build/LMY47I)" "-" 0.081