Add jwtproxy and configure verifier for /secscan/notify
This commit is contained in:
parent
6091db983b
commit
8c8ee9c2be
6 changed files with 30 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue