Use OpenResty instead of plain nginx to support OpenID Connect authorization.

This commit is contained in:
Subv
2020-05-25 11:45:47 -05:00
committed by Jamie Curnow
parent 53792a5cf7
commit 5811345050
3 changed files with 38 additions and 1 deletions

View File

@ -51,7 +51,8 @@ proxy_http_version 1.1;
{% endif %}
{% include "_hsts.conf" %}
{% include "_openid_connect.conf" %}
{% include "_hsts.conf" %}
{% if allow_websocket_upgrade == 1 or allow_websocket_upgrade == true %}
proxy_set_header Upgrade $http_upgrade;