Updated nginx.conf
This commit is contained in:
@@ -65,12 +65,12 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
underscores_in_headers on;
|
underscores_in_headers on;
|
||||||
$RESOLVER
|
# $RESOLVER
|
||||||
|
|
||||||
# JWT TOKEN
|
# JWT TOKEN
|
||||||
location /token/jwt/rest/idp/v0/dafa {
|
# location /token/jwt/rest/idp/v0/dafa {
|
||||||
proxy_pass $JWT_URL;
|
# proxy_pass $JWT_URL;
|
||||||
}
|
# }
|
||||||
|
|
||||||
|
|
||||||
error_page 404 /404.html;
|
error_page 404 /404.html;
|
||||||
|
|||||||
Reference in New Issue
Block a user