Skip to content

Commit

Permalink
Bypass indexing skipped transactions (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheran-senthil committed Jan 19, 2022
1 parent 6ec2b06 commit bffd0fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions discovery-provider/nginx_conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

location /indexing/skipped_transactions {
proxy_pass http://127.0.0.1:3000;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

location ~* .*/trending/.* {
access_by_lua_block {
local main = require "main"
Expand Down

0 comments on commit bffd0fa

Please sign in to comment.