summaryrefslogtreecommitdiff
path: root/docs/installation/arch_linux_en.md
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2023-11-07 16:05:04 -0500
committerMark Felder <feld@feld.me>2023-11-07 16:05:04 -0500
commita0e08c6ec21b724432ac77eb395a18e6f8e2a093 (patch)
tree879947cf9b932c2c312b604d8768bc7e472234e1 /docs/installation/arch_linux_en.md
parent63ef1dcedca7fb315f611388e477d3847d1acaa1 (diff)
parent11c520607fcb2bf5b8323d1b22b3123acf12efe1 (diff)
downloadpleroma-a0e08c6ec21b724432ac77eb395a18e6f8e2a093.tar.gz
pleroma-a0e08c6ec21b724432ac77eb395a18e6f8e2a093.zip
Merge branch 'develop' into phoenix1.7
Diffstat (limited to 'docs/installation/arch_linux_en.md')
-rw-r--r--docs/installation/arch_linux_en.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installation/arch_linux_en.md b/docs/installation/arch_linux_en.md
index 285743d56..f7d722ef9 100644
--- a/docs/installation/arch_linux_en.md
+++ b/docs/installation/arch_linux_en.md
@@ -173,6 +173,11 @@ sudo ln -s /etc/nginx/sites-available/pleroma.nginx /etc/nginx/sites-enabled/ple
```
* Before starting nginx edit the configuration and change it to your needs (e.g. change servername, change cert paths)
+
+* (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.
+
* Enable and start nginx:
```shell