providers/app_gw: fix wrong UPSTREAM parameter

This commit is contained in:
Jens Langhammer 2020-01-03 09:15:07 +01:00
parent f124314eab
commit 9bdff14403
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ services:
OAUTH2_PROXY_REDIRECT_URL: https://{{ provider.external_host }}/oauth2/callback OAUTH2_PROXY_REDIRECT_URL: https://{{ provider.external_host }}/oauth2/callback
OAUTH2_PROXY_OIDC_ISSUER_URL: https://{{ request.META.HTTP_HOST }}/application/oidc OAUTH2_PROXY_OIDC_ISSUER_URL: https://{{ request.META.HTTP_HOST }}/application/oidc
OAUTH2_PROXY_COOKIE_SECRET: {{ cookie_secret }} OAUTH2_PROXY_COOKIE_SECRET: {{ cookie_secret }}
OAUTH2_PROXY_UPSTREAM: http://{{ provider.internal_host }}</textarea> OAUTH2_PROXY_UPSTREAMS: http://{{ provider.internal_host }}</textarea>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">{% trans 'Close' %}</button> <button type="button" class="btn btn-primary" data-dismiss="modal">{% trans 'Close' %}</button>