Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell committed Jul 31, 2020
1 parent 91aed2a commit 013fe17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/explorer.nix
Expand Up @@ -249,6 +249,13 @@ in {
};
"/graphql" = {
proxyPass = "http://127.0.0.1:3100/graphql";
extraConfig = ''
# Temporary workaround until
# https://github.com/input-output-hk/cardano-graphql/issues/266
# is fixed so that we don't get alerted when someone
# submits an invalid query.
error_page 500 =400 error.html
'';
};
"/relays" = {
root = "/var/lib/registered-relays-dump";
Expand Down

0 comments on commit 013fe17

Please sign in to comment.