summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-07-02 21:30:16 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-07-02 21:30:16 +0000
commit2b9cd25cf4b27b0ce3437a621f36f7f740cb542a (patch)
tree1d88738a809d64753d6258b26353db1dd7c0387d /docs/installation/debian_based_en.md
parent02629169782b61f201a210169d13890ce05d889d (diff)
parent8fa435f370cd1a85a37eae011d9db604256fbef1 (diff)
downloadpleroma-2b9cd25cf4b27b0ce3437a621f36f7f740cb542a.tar.gz
pleroma-2b9cd25cf4b27b0ce3437a621f36f7f740cb542a.zip
Merge branch 'tusooa/media-altdomain' into 'develop'
Add instructions to serve media on another domain See merge request pleroma/pleroma!3892
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r--docs/installation/debian_based_en.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md
index 575b8a7ab..b61e4addd 100644
--- a/docs/installation/debian_based_en.md
+++ b/docs/installation/debian_based_en.md
@@ -136,6 +136,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