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 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Make static resources for intermittent-failure-tracker work.

  • Loading branch information
jdm committed Nov 15, 2017
commit 32452a9b770aa9409a0c686bf43e09f4889d7cf5
@@ -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.