mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 09:05:30 +00:00
Updated Nginx (markdown)
parent
c65fe187aa
commit
49c26733e6
1 changed files with 2 additions and 2 deletions
4
Nginx.md
4
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**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue