[bug] Wrong path to akkoma.nginx in tutorial #659

Closed
opened 2023-11-05 16:21:03 +00:00 by jesper · 3 comments

Your setup

OTP

Extra details

No response

Version

stable

PostgreSQL version

14

What were you trying to do?

I'm trying to set up an Akkoma server for the first time and following the tutorial at cp /opt/akkoma/installation/nginx/akkoma.nginx /etc/nginx/sites-available/akkoma.conf. Most of it has been really clear and straightforward, but I noticed one small error in the instructions for the nginx config:

cp /opt/akkoma/installation/nginx/akkoma.nginx /etc/nginx/sites-available/akkoma.conf

On my system this gives an error that the file /opt/akkoma/installation/nginx/akkoma.nginx does not exist. If I replace it with /opt/akkoma/installation/akkoma.nginx then it works.

What did you expect to happen?

No response

What actually happened?

No response

Logs

No response

Severity

I can manage

Have you searched for this issue?

  • I have double-checked and have not found this issue mentioned anywhere.
### Your setup OTP ### Extra details _No response_ ### Version stable ### PostgreSQL version 14 ### What were you trying to do? I'm trying to set up an Akkoma server for the first time and following the tutorial at cp /opt/akkoma/installation/nginx/akkoma.nginx /etc/nginx/sites-available/akkoma.conf. Most of it has been really clear and straightforward, but I noticed one small error in the instructions for the nginx config: ``` cp /opt/akkoma/installation/nginx/akkoma.nginx /etc/nginx/sites-available/akkoma.conf ``` On my system this gives an error that the file `/opt/akkoma/installation/nginx/akkoma.nginx` does not exist. If I replace it with ` /opt/akkoma/installation/akkoma.nginx` then it works. ### What did you expect to happen? _No response_ ### What actually happened? _No response_ ### Logs _No response_ ### Severity I can manage ### Have you searched for this issue? - [ ] I have double-checked and have not found this issue mentioned anywhere.
jesper added the
bug
label 2023-11-05 16:21:03 +00:00

Hello!
I actually created an account because I wanted to fix this very issue, but it turns out it's already resolved 3 month ago on this commit:
655c282de3
It just apparently didn't made it to the stable release of the doc, but it is in the dev one.

I'm not too familiar with what happened exactly, but hopefully that will save a few minutes to someone!

Hello! I actually created an account because I wanted to fix this very issue, but it turns out it's already resolved 3 month ago on this commit: 655c282de3f7e4634e5c476dbf6572860bab1cc9 It just apparently didn't made it to the stable release of the doc, but it is in the dev one. I'm not too familiar with what happened exactly, but hopefully that will save a few minutes to someone!

yeah it was fixed, but i haven't done a full stable release in a little while

i should get on that at some point

yeah it was fixed, but i haven't done a full stable release in a little while i should get on that at some point

Alright no worries, I just wanted to clarify if someone else went to look into the issue!

Alright no worries, I just wanted to clarify if someone else went to look into the issue!
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#659
No description provided.