Added installation guides for redhat linux distributions, includes OTP build guide for fedora. #122
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue
AFAIK Fedora and RHEL (+ derivatives) don't have a
sites-available
directory in/etc/nginx
, instead using aconf.d
directory (and I think all files have to end in.conf
)Thanks for noticing, I'll update it tonight when I'm back from work. This should already be correct in the OTP build guide, the from-source guide is actually like 90% a copy-paste of the debian guide and I probably skipped over this little bit.
nvm I saw I could just edit it right away in gitea, I fixed the line to match how it is in the redhat otp guide.