summaryrefslogtreecommitdiff
path: root/docs/installation/netbsd_en.md
diff options
context:
space:
mode:
authorpleromian <plero.mi@an>2024-06-20 23:52:25 +0200
committerpleromian <plero.mi@an>2024-06-20 23:52:25 +0200
commitb33b1b7253592db3e4c7f5c06c117d4cbf125bd6 (patch)
treeac82144c849c4e64085c45afdafc3ca326cc6e49 /docs/installation/netbsd_en.md
parentaf53efa9e3a7192239e68bf570fe9e835df2f0d9 (diff)
downloadpleroma-b33b1b7253592db3e4c7f5c06c117d4cbf125bd6.tar.gz
pleroma-b33b1b7253592db3e4c7f5c06c117d4cbf125bd6.zip
docs: update nginx and rcscript path for NetBSD
Diffstat (limited to 'docs/installation/netbsd_en.md')
-rw-r--r--docs/installation/netbsd_en.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/netbsd_en.md b/docs/installation/netbsd_en.md
index 35337fd71..7c003700c 100644
--- a/docs/installation/netbsd_en.md
+++ b/docs/installation/netbsd_en.md
@@ -162,7 +162,7 @@ $ MIX_ENV=prod mix ecto.migrate
## Configuring nginx
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`.
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)
```
-# cp $PREFIX/share/examples/rc.d/pleroma /etc/rc.d
+# cp $PREFIX/share/examples/pleroma/pleroma.rc /etc/rc.d/pleroma
```
or source variant