bancho.py icon indicating copy to clipboard operation
bancho.py copied to clipboard

feat: Split common nginx `server` block used for all routes into individual blocks to allow for extensibility

Open cmyui opened this issue 1 year ago • 0 comments

This way, you can more easily customize routes on a subgrouping level -- such as e.g. applying ratelimits to the api. subdomain, or perhaps only api.{domain}/v2/*, or maybe even just api.{domain}/v2/players.

cmyui avatar Mar 01 '24 20:03 cmyui