Merge branch 'capntack-master-patch-07678' into 'master'

Update switch_to_non_root.md

See merge request allianceauth/allianceauth!1467
This commit is contained in:
Ariel Rin 2022-09-16 14:48:08 +00:00
commit a9a7e03b80

View File

@ -15,7 +15,7 @@ First, log in as your sudo user and run the following commands in order:
```shell
sudo chown -R allianceserver: /home/allianceserver
sudo chown -R allianceserver: /var/www/myauth
sudo chmod -r 655 /var/www/myauth
sudo chmod -R 655 /var/www/myauth
```
That's it. Your AA installation is now configured to be maintained with the `allianceserver` user.