Update nginx config location

This commit is contained in:
Norm 2022-07-07 14:14:02 -04:00
parent 61da001e7b
commit 227e744a5d
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ If that doesnt work, make sure, that nginx is not already running. If it stil
* Copy the example nginx configuration to the nginx folder
```shell
doas cp /opt/akkoma/installation/akkoma.nginx /etc/nginx/conf.d/akkoma.conf
doas cp /opt/akkoma/installation/nginx/akkoma.nginx /etc/nginx/conf.d/akkoma.conf
```
* Before starting nginx edit the configuration and change it to your needs. You must change change `server_name` and the paths to the certificates. You can use `nano` (install with `apk add nano` if missing).