From 2f438db6886a7924d1d10a7094adff9a50fa5267 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Thu, 7 Aug 2025 18:15:46 +0300 Subject: [PATCH] Updated Nginx (markdown) --- Nginx.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Nginx.md b/Nginx.md index 281e4d0..7887e24 100644 --- a/Nginx.md +++ b/Nginx.md @@ -1,4 +1,6 @@ -## Simple proxy +## Proxy + +### Simple ``` default server { @@ -13,7 +15,7 @@ server { ``` * [read more](https://rocket.rs/guide/v0.5/deploying/#deploying) -## Cache proxy +### Cache This is working configuration for the [tracker.ygg](http://tracker.ygg) instance: