1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-11-04 17:18:51 +01:00

Merge branch 'writable' into 'next'

Fix permissions

See merge request famedly/conduit!317
This commit is contained in:
Jonas Zohren 2022-03-01 23:55:10 +00:00
commit 36a6d724fe

View file

@ -150,6 +150,7 @@ If you use the default database path you also need to run this:
```bash ```bash
sudo mkdir -p /var/lib/matrix-conduit/ sudo mkdir -p /var/lib/matrix-conduit/
sudo chown -R conduit:nogroup /var/lib/matrix-conduit/ sudo chown -R conduit:nogroup /var/lib/matrix-conduit/
sudo chmod 700 /var/lib/matrix-conduit/
``` ```
## Setting up the Reverse Proxy ## Setting up the Reverse Proxy