Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update intermittent failure tracker #754

Merged
merged 2 commits into from Nov 17, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -1,5 +1,5 @@
{%
set tracker = {
'rev': '2acbb5043eb67b9a73c2cac6bb9a03b8e9b9bd0c'
'rev': 'f905ecaac1b0849b0f77603a12e884e69ec16209'
}
%}
@@ -21,6 +21,10 @@ server {
}
location /intermittent-failure-tracker/ {
proxy_pass http://localhost:5002/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme;
proxy_set_header X-Script-Name /intermittent-failure-tracker;
}
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.