diff --git a/Nginx.md b/Nginx.md index a34c715..b331fb4 100644 --- a/Nginx.md +++ b/Nginx.md @@ -43,10 +43,10 @@ server { } ``` -## Restrict +## Restrict direct access > [!NOTE] -> Direct access to the following files is safe and is also already restricted by the Rocket framework implementation (as unexpected by the application logic). Therefore, feel free to further restrict direct access on the Nginx side. +> Direct access to public files is safe and is partially restricted by the Rocket framework implementation. Therefore, feel free to further restrict direct access on the Nginx side. **Restrict direct access to the torrent files**