Skip to content

Commit

Permalink
Merge branch 'master' into cilium-revert
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhJain2018 authored Oct 10, 2021
2 parents 453f3d1 + 20c8837 commit 4f92d1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/prod/nodejs_v2/nginx_staging.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ upstream django_app {
server django:8000 fail_timeout=0;
}

# upstream node_exporter {
# server node_exporter:9100 fail_timeout=0;
# }
upstream node_exporter {
server node_exporter:9100 fail_timeout=0;
}

server {
server_name staging.eval.ai;
Expand Down

0 comments on commit 4f92d1e

Please sign in to comment.