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/otp_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/otp_en.md')
-rw-r--r-- | docs/installation/otp_en.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index 22edb207f..a69b2fe7a 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -198,6 +198,10 @@ $EDITOR path-to-nginx-config # Verify that the config is valid nginx -t ``` +#### (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. + #### Start nginx === "Alpine" |