diff --git a/docs/installation/alpine_linux_en.md b/docs/installation/alpine_linux_en.md index db2ed8bf4..158e38b19 100644 --- a/docs/installation/alpine_linux_en.md +++ b/docs/installation/alpine_linux_en.md @@ -163,7 +163,7 @@ If that doesn’t 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).