From 227e744a5de1f6d2a988d2c685f57ae9f686b53b Mon Sep 17 00:00:00 2001 From: Norm Date: Thu, 7 Jul 2022 14:14:02 -0400 Subject: [PATCH] Update nginx config location --- docs/installation/alpine_linux_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).