diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-07-02 21:30:16 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-07-02 21:30:16 +0000 |
commit | 2b9cd25cf4b27b0ce3437a621f36f7f740cb542a (patch) | |
tree | 1d88738a809d64753d6258b26353db1dd7c0387d /docs/installation/gentoo_en.md | |
parent | 02629169782b61f201a210169d13890ce05d889d (diff) | |
parent | 8fa435f370cd1a85a37eae011d9db604256fbef1 (diff) | |
download | pleroma-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/gentoo_en.md')
-rw-r--r-- | docs/installation/gentoo_en.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installation/gentoo_en.md b/docs/installation/gentoo_en.md index 36882c8c8..693f83825 100644 --- a/docs/installation/gentoo_en.md +++ b/docs/installation/gentoo_en.md @@ -227,6 +227,10 @@ Replace all instances of `example.tld` with your instance's public URL. If for w Pay special attention to the line that begins with `ssl_ecdh_curve`. It is stongly advised to comment that line out so that OpenSSL will use its full capabilities, and it is also possible you are running OpenSSL 1.0.2 necessitating that you do this. +* (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 |