From 87cf24ceb6cfc0c415a2a1b72e634b1a2a47c61f Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Tue, 4 May 2021 08:08:56 +0200 Subject: [PATCH] Updated nginx.conf --- nginx/nginx.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx/nginx.template b/nginx/nginx.template index ebcd106..3c40d31 100644 --- a/nginx/nginx.template +++ b/nginx/nginx.template @@ -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;