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: