Remove keepalive nginx recommendation

This commit is contained in:
steve-chavez
2019-11-22 10:59:24 -05:00
committed by Steve Chavez
parent dbbba4e51a
commit a0179cfd4b
-1
View File
@@ -12,7 +12,6 @@ The first step is to create an Nginx configuration file that proxies requests to
# upstream configuration # upstream configuration
upstream postgrest { upstream postgrest {
server localhost:3000; server localhost:3000;
keepalive 64;
} }
# ... # ...
server { server {