authelia - various fixes
This commit is contained in:
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user