Commit 6a53437e authored by rjshrjndrn's avatar rjshrjndrn
Browse files

Issue #000 feat: enabling keepalive requests and timeout

Showing with 2 additions and 0 deletions
+2 -0
......@@ -64,6 +64,8 @@ http {
upstream content-blob {
server dikshaloadtest.blob.core.windows.net;
keepalive 100;
keepalive_timeout 60s;
keepalive_requests 100;
}
include /etc/nginx/conf.d/*.conf;
......
Supports Markdown
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