X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Finstallation%2Fdebian_based_en.md;h=f2c9eb3b80e9fb7722cc5292a93360c4b6ae28f9;hb=0e7b2480368fced6a5f72499af04a00cc635cd6b;hp=b67c1edc27f98b215721d275a0041388c3d05e8c;hpb=3ad3a114de800ac406373693e9ae6a9bdb8b7fca;p=akkoma diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index b67c1edc2..f2c9eb3b8 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -131,7 +131,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/akkoma.nginx /etc/nginx/sites-available/akkoma.nginx +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 ``` @@ -178,6 +178,5 @@ sudo -Hu akkoma MIX_ENV=prod mix pleroma.user new #### Further reading {! backend/installation/further_reading.include !} -## Questions -If you encounter any issues or have questions regarding the install process, feel free to ask at [meta.akkoma.dev](https://meta.akkoma.dev/). +{! backend/support.include !}