mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-08 04:05:23 -04:00
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:
parent
5e7bfa5ec2
commit
c78d830ecb
2
.github/actions/spelling/expect.txt
vendored
2
.github/actions/spelling/expect.txt
vendored
@ -210,7 +210,7 @@ webmaster
|
|||||||
webpage
|
webpage
|
||||||
websecure
|
websecure
|
||||||
websites
|
websites
|
||||||
workaround
|
Workaround
|
||||||
workdir
|
workdir
|
||||||
xcaddy
|
xcaddy
|
||||||
Xeact
|
Xeact
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user