fix(authelia): Remove asset_path
This commit is contained in:
@@ -64,7 +64,7 @@ in {
|
||||
theme = "auto";
|
||||
server = {
|
||||
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
|
||||
# does.
|
||||
endpoints.authz.auth-request.implementation = "AuthRequest";
|
||||
|
||||
Reference in New Issue
Block a user