fix(authelia): Remove asset_path

This commit is contained in:
Madeleine Sydney
2025-04-01 06:58:34 -06:00
parent 5003eba1fc
commit ea4cad45d0

View File

@@ -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";