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/arch_linux_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/arch_linux_en.md')
-rw-r--r-- | docs/installation/arch_linux_en.md | 5 |
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 |