fix authelia snippets
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
{
|
{
|
||||||
proxy = pkgs.writeText "proxy.conf" ''
|
proxy = pkgs.writeText "proxy.conf" ''
|
||||||
set $upstream_authelia https://sin:9091/api/authz/auth-request;
|
set $upstream_authelia http://thea:9091/api/authz/auth-request;
|
||||||
|
|
||||||
## Virtual endpoint created by nginx to forward auth requests.
|
## Virtual endpoint created by nginx to forward auth requests.
|
||||||
location /internal/authelia/authz {
|
location /internal/authelia/authz {
|
||||||
|
|||||||
Reference in New Issue
Block a user