summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-05-26 17:27:35 -0400
committertusooa <tusooa@kazv.moe>2023-05-26 17:27:35 -0400
commit85902ad1ae5cfcc5d4c92cdb364a83d1edbbad3d (patch)
tree742e5d9e648421344cf9b76da4f986c01aa3345a /docs
parentf970091c6a58d06a42594e2c4a0baa5a86617652 (diff)
Recommend users to serve media on another domain in guide
Diffstat (limited to 'docs')
-rw-r--r--docs/installation/otp_en.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index f2812346b..ed52e57eb 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"