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
parent 102571f728
commit a2992aeedc
4 changed files with 39 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ server {
{% endif %}
{% include "_openid_connect.conf" %}
{% include "_forced_ssl.conf" %}
{% include "_hsts.conf" %}