Remove keepalive nginx recommendation
This commit is contained in:
committed by
Steve Chavez
parent
dbbba4e51a
commit
a0179cfd4b
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user