commit: 85902ad1ae5cfcc5d4c92cdb364a83d1edbbad3d
parent f970091c6a58d06a42594e2c4a0baa5a86617652
Author: tusooa <tusooa@kazv.moe>
Date: Fri, 26 May 2023 17:27:35 -0400
Recommend users to serve media on another domain in guide
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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"