Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil <[email protected]>
  • Loading branch information
SahilKr24 committed Jun 29, 2023
1 parent f886169 commit ea785e2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions chaoscenter/web/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,5 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass "http://chaos-manager-service:8080/";
}

location /driver/api/ {
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass "http://chaos-driver-service:9000/";
}
}
}

0 comments on commit ea785e2

Please sign in to comment.