feat: Add ability to completely override location blocks

Co-authored-by: Trent Harvey <trent@harvdog.net>
This commit is contained in:
Richard Hansen
2023-01-31 04:53:12 -05:00
co-authored by Trent Harvey
parent 8ac8b021b8
commit 2115974e93
13 changed files with 161 additions and 13 deletions
@@ -0,0 +1,3 @@
location / {
return 418;
}