authelia - various fixes

This commit is contained in:
bunkerity
2021-06-29 17:14:57 +02:00
parent cec47f3a75
commit a385183d88
4 changed files with 12 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ location {{ url }} {% raw %}{{% endraw %}
etag off;
proxy_pass {{ host }};
{% if USE_AUTHELIA == "yes" %}
include {{ NGINX_PREFIX }}authelia-upstream.conf;
include {{ NGINX_PREFIX }}authelia-auth-request.conf;
{% endif %}
include {{ NGINX_PREFIX }}reverse-proxy-headers.conf;
{% if ws == "yes" %}