docs/docs/admin/native-install.mdx: correct the path for the default configuration file installation (#535)

Using the native-install instructions, default.env was installed as /etc/anubis rather than /etc/anubis/default.env
This commit is contained in:
Nathan Price 2025-05-22 14:34:06 -04:00 committed by GitHub
parent 5e7bfa5ec2
commit c78d830ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ webmaster
webpage webpage
websecure websecure
websites websites
workaround Workaround
workdir workdir
xcaddy xcaddy
Xeact Xeact

View File

@ -49,7 +49,7 @@ sudo install -D ./run/anubis@.service /etc/systemd/system
Install the default configuration file to your system: Install the default configuration file to your system:
```text ```text
sudo install -D ./run/default.env /etc/anubis sudo install -D ./run/default.env /etc/anubis/default.env
``` ```
</TabItem> </TabItem>