Updated nginx.conf

This commit is contained in:
Erik Tiekstra
2021-05-04 08:08:56 +02:00
parent 797b7ad078
commit 87cf24ceb6

View File

@@ -65,12 +65,12 @@ http {
}
underscores_in_headers on;
$RESOLVER
# $RESOLVER
# JWT TOKEN
location /token/jwt/rest/idp/v0/dafa {
proxy_pass $JWT_URL;
}
# location /token/jwt/rest/idp/v0/dafa {
# proxy_pass $JWT_URL;
# }
error_page 404 /404.html;