From 07837f4ecc73271bcbb6715807e363ca9ab46290 Mon Sep 17 00:00:00 2001 From: Fristi Date: Thu, 28 Jul 2022 08:10:48 +0000 Subject: [PATCH] Fixed a small mistake with the nginx instructions in fedora_based_en.md --- docs/docs/installation/fedora_based_en.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/installation/fedora_based_en.md b/docs/docs/installation/fedora_based_en.md index 4b274c65e..5129db80f 100644 --- a/docs/docs/installation/fedora_based_en.md +++ b/docs/docs/installation/fedora_based_en.md @@ -147,8 +147,7 @@ If that doesn’t work, make sure, that nginx is not already running. If it stil * Copy the example nginx configuration and activate it: ```shell -sudo cp /opt/akkoma/installation/nginx/akkoma.nginx /etc/nginx/sites-available/akkoma.nginx -sudo ln -s /etc/nginx/sites-available/akkoma.nginx /etc/nginx/sites-enabled/akkoma.nginx +sudo 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 (e.g. change servername, change cert paths)