From 49c26733e6bcb5760ca68ddcb436cc14a9361806 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Sun, 10 Aug 2025 03:34:21 +0300 Subject: [PATCH] Updated Nginx (markdown) --- Nginx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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**