Add jwtproxy and configure verifier for /secscan/notify

This commit is contained in:
Evan Cordell 2016-04-18 11:42:17 -05:00 committed by Jimmy Zelinskie
parent 6091db983b
commit 8c8ee9c2be
6 changed files with 30 additions and 0 deletions

View file

@ -37,6 +37,9 @@ map $http_x_forwarded_proto $proper_scheme {
upstream web_app_server {
server unix:/tmp/gunicorn_web.sock fail_timeout=0;
}
upstream jwtproxy {
server unix:/tmp/jwtproxy.sock fail_timeout=0;
}
upstream verbs_app_server {
server unix:/tmp/gunicorn_verbs.sock fail_timeout=0;
}