fix: use regex on catchall root location to fix DEFAULT_ROOT=none test
This commit is contained in:
parent
e6381d8715
commit
24ddafc362
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ server {
|
||||||
internal;
|
internal;
|
||||||
}
|
}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
location / {
|
location ^~ / {
|
||||||
return 503;
|
return 503;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue