diff options
author | Mark Felder <feld@feld.me> | 2023-11-07 16:05:04 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2023-11-07 16:05:04 -0500 |
commit | a0e08c6ec21b724432ac77eb395a18e6f8e2a093 (patch) | |
tree | 879947cf9b932c2c312b604d8768bc7e472234e1 /docs/installation/netbsd_en.md | |
parent | 63ef1dcedca7fb315f611388e477d3847d1acaa1 (diff) | |
parent | 11c520607fcb2bf5b8323d1b22b3123acf12efe1 (diff) | |
download | pleroma-a0e08c6ec21b724432ac77eb395a18e6f8e2a093.tar.gz pleroma-a0e08c6ec21b724432ac77eb395a18e6f8e2a093.zip |
Merge branch 'develop' into phoenix1.7
Diffstat (limited to 'docs/installation/netbsd_en.md')
-rw-r--r-- | docs/installation/netbsd_en.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installation/netbsd_en.md b/docs/installation/netbsd_en.md index 41b3b0072..2ade7df98 100644 --- a/docs/installation/netbsd_en.md +++ b/docs/installation/netbsd_en.md @@ -123,6 +123,10 @@ Edit the defaults: * Change `ssl_certificate_key` to `/etc/nginx/tls/key`. * Change `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. + ## Configuring acme.sh We'll be using acme.sh in Stateless Mode for TLS certificate renewal. |