Skip to content

Commit

Permalink
fix(search): undo change that generalized how nginx connects to ES up…
Browse files Browse the repository at this point in the history
…stream
  • Loading branch information
nsantacruz committed Apr 11, 2024
1 parent 4a78aae commit 7fc978e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helm-chart/sefaria-project/templates/configmap/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ data:
}
upstream elasticsearch_upstream {
# TODO template this properly so that nginx can redirect properly
server ${SEARCH_HOST}:${SEARCH_PORT};
server ${SEARCH_HOST}:9200;
keepalive 32;
}
Expand Down

0 comments on commit 7fc978e

Please sign in to comment.