fix(authelia): Remove asset_path
This commit is contained in:
@@ -64,7 +64,7 @@ in {
|
|||||||
theme = "auto";
|
theme = "auto";
|
||||||
server = {
|
server = {
|
||||||
address = "tcp://:${builtins.toString cfg.httpPort}";
|
address = "tcp://:${builtins.toString cfg.httpPort}";
|
||||||
asset_path = "${authelia-state-dir}/assets";
|
# asset_path = "${authelia-state-dir}/assets";
|
||||||
# Necessary for Nginx integration. No, I do not understand what it
|
# Necessary for Nginx integration. No, I do not understand what it
|
||||||
# does.
|
# does.
|
||||||
endpoints.authz.auth-request.implementation = "AuthRequest";
|
endpoints.authz.auth-request.implementation = "AuthRequest";
|
||||||
|
|||||||
Reference in New Issue
Block a user