docs: fix the example virtual host configuration
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
This commit is contained in:
parent
0c403325eb
commit
505b008f3a
1 changed files with 2 additions and 2 deletions
|
@ -224,12 +224,12 @@ If you're using SVR.JS 3.14.0 or newer, you can use this configuration:
|
||||||
{
|
{
|
||||||
"host": "website.example",
|
"host": "website.example",
|
||||||
"postfix": "website.example",
|
"postfix": "website.example",
|
||||||
"skipRegex": "/^\\/.dirimages(?:$|[\\/#?]))/"
|
"skipRegex": "/^\\/.dirimages(?:$|[\\/#?])/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"host": "anothersite.example",
|
"host": "anothersite.example",
|
||||||
"postfix": "anothersite.example",
|
"postfix": "anothersite.example",
|
||||||
"skipRegex": "/^\\/.dirimages(?:$|[\\/#?]))/"
|
"skipRegex": "/^\\/.dirimages(?:$|[\\/#?])/"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"postfix": "NONEXISTENT_SITE"
|
"postfix": "NONEXISTENT_SITE"
|
||||||
|
|
Loading…
Reference in a new issue