docs: fix acl mode key in docs (#241)

This commit is contained in:
Antônio Lago
2025-06-09 11:29:51 -03:00
committed by GitHub
parent 090f5c1ba9
commit 0c87f3e6ec
+1 -1
View File
@@ -66,7 +66,7 @@ export default function Page() {
The ACL policy mode is most likely set to <Code>file</Code> in your The ACL policy mode is most likely set to <Code>file</Code> in your
Headscale configuration. This means that the ACL file cannot be edited Headscale configuration. This means that the ACL file cannot be edited
through the web interface. In order to resolve this, you'll need to through the web interface. In order to resolve this, you'll need to
set <Code>acl.mode</Code> to <Code>database</Code> in your Headscale set <Code>policy.mode</Code> to <Code>database</Code> in your Headscale
configuration. configuration.
</Notice> </Notice>
) : undefined} ) : undefined}