From a0179cfd4b7052633d4c9f322bef09c034203626 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Mon, 18 Nov 2019 15:47:11 -0500 Subject: [PATCH] Remove keepalive nginx recommendation --- admin.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/admin.rst b/admin.rst index 9d4841c8d..8334fd02b 100644 --- a/admin.rst +++ b/admin.rst @@ -12,7 +12,6 @@ The first step is to create an Nginx configuration file that proxies requests to # upstream configuration upstream postgrest { server localhost:3000; - keepalive 64; } # ... server {