Recommend users to serve media on another domain in guide

This commit is contained in:
tusooa 2023-05-26 17:27:35 -04:00
parent f970091c6a
commit 85902ad1ae
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51

View file

@ -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"