1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00

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-28 02:27:18 -05:00
parent 8ac8b021b8
commit 2115974e93
13 changed files with 161 additions and 13 deletions

View File

@ -0,0 +1,3 @@
location / {
return 418;
}