Whitespace

This commit is contained in:
Erik Thuning 2025-03-11 16:58:42 +01:00
parent 1878620eba
commit 9210504195

@ -29,9 +29,9 @@ with all other settings.
`chown www-data work/`
- Configure apache and uwsgi, see examples under `examples/`.
- Start apache and uwsgi
- Create a symbolic link to the wireguard server config:
- Create a symbolic link to the wireguard server config:
`ln -s /path/to/repo/work/<tunnel-id>.conf /etc/wireguard/`
- Activate the wg-quick systemd unit:
- Activate the wg-quick systemd unit:
`systemctl enable wg-quick@<tunnel-id>.service`
- Start the wg-quick systemd unit:
- Start the wg-quick systemd unit:
`systemctl start wg-quick@<tunnel-id>.service`