docs: update nginx and rcscript path for NetBSD

This commit is contained in:
pleromian 2024-06-20 23:52:25 +02:00
parent af53efa9e3
commit b33b1b7253
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
## Required dependencies ## Required dependencies
* PostgreSQL >=11.0 * PostgreSQL >=11.0
* Elixir >=1.13.0 <1.15 * Elixir >=1.13.0 <1.17
* Erlang OTP >=22.2.0 (supported: <27) * Erlang OTP >=22.2.0 (supported: <27)
* git * git
* file / libmagic * file / libmagic

View file

@ -162,7 +162,7 @@ $ MIX_ENV=prod mix ecto.migrate
## Configuring nginx ## Configuring nginx
Install the example configuration file Install the example configuration file
(`<PLACEHOLDER>` or `/home/pleroma/pleroma/installation/pleroma.nginx`) to (`$PREFIX/share/examples/pleroma/pleroma.nginx` or `/home/pleroma/pleroma/installation/pleroma.nginx`) to
`$PREFIX/etc/nginx.conf`. `$PREFIX/etc/nginx.conf`.
Note that it will need to be wrapped in a `http {}` block. You should add Note that it will need to be wrapped in a `http {}` block. You should add
@ -258,7 +258,7 @@ For properly functioning instance, you will need pleroma (backend service), ngin
First, copy the script (pkgsrc variant) First, copy the script (pkgsrc variant)
``` ```
# cp $PREFIX/share/examples/rc.d/pleroma /etc/rc.d # cp $PREFIX/share/examples/pleroma/pleroma.rc /etc/rc.d/pleroma
``` ```
or source variant or source variant