Fixed a small mistake with the nginx instructions in fedora_based_en.md

This commit is contained in:
Fristi 2022-07-28 08:10:48 +00:00
parent b1c4c7d34d
commit 07837f4ecc
1 changed files with 1 additions and 2 deletions

View File

@ -147,8 +147,7 @@ If that doesnt 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)