diff options
author | tusooa <tusooa@kazv.moe> | 2023-05-27 00:57:22 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-05-27 00:57:22 +0000 |
commit | e92eb5f4823fbb6c01218ec72ad8d41fb12e20a1 (patch) | |
tree | e51cffbd43c5a534227960274d8f976fea08bf71 /docs/installation/freebsd_en.md | |
parent | 408ea697aa685bb860deddfc63cd755a3b64c39a (diff) | |
download | pleroma-e92eb5f4823fbb6c01218ec72ad8d41fb12e20a1.tar.gz pleroma-e92eb5f4823fbb6c01218ec72ad8d41fb12e20a1.zip |
Add instructions to other distro's guides
Diffstat (limited to 'docs/installation/freebsd_en.md')
-rw-r--r-- | docs/installation/freebsd_en.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md index 9cbe0f203..50ed30d74 100644 --- a/docs/installation/freebsd_en.md +++ b/docs/installation/freebsd_en.md @@ -173,6 +173,10 @@ Edit the defaults of `/usr/local/etc/nginx/sites-available/pleroma.nginx`: * Change `ssl_certificate_key` to `/var/db/acme/certs/example.tld/example.tld.key`. * Change all references of `example.tld` to your instance's domain name. +#### (Strongly recommended) serve media on another domain + +Refer to the [Hardening your instance](../configuration/hardening.md) document on how to serve media on another domain. We STRONGLY RECOMMEND you to do this to minimize attack vectors. + ## Creating a startup script for Pleroma Pleroma will need to compile when it initially starts, which typically takes a longer |