Skip to content

Commit

Permalink
Fix typo in upstream block name for incoming requests in Nginx config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
simlarsen committed Nov 22, 2024
1 parent fac334d commit b9d6a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nginx/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ upstream open-telemetry-ingest {
server ${SERVER_OPEN_TELEMETRY_INGEST_HOSTNAME}:${OPEN_TELEMETRY_INGEST_PORT} weight=10 max_fails=3 fail_timeout=30s;
}

upstream incoming-reuqets-ingest {
upstream incoming-request-ingest {
server ${SERVER_INCOMING_REQUEST_INGEST_HOSTNAME}:${INCOMING_REQUEST_INGEST_PORT} weight=10 max_fails=3 fail_timeout=30s;
}

Expand Down

0 comments on commit b9d6a69

Please sign in to comment.