Skip to content

Commit

Permalink
Update upstream.conf.j2
Browse files Browse the repository at this point in the history
Remove keepalive directives from upstream blocks.  Issues with SNI and intermittent 400 errors are being seen sicne deploying NGX-733.
  • Loading branch information
combssm authored Nov 27, 2023
1 parent a4accf9 commit 0e20783
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/etc/nginx/conf.d/upstream.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

upstream apache {
server 127.0.0.1:8080;
keepalive 2;
}

upstream apache_ssl {
server 127.0.0.1:8443;
keepalive 2;
}

0 comments on commit 0e20783

Please sign in to comment.