Skip to content

Commit 0aed326

Browse files
committed
Fix config name discrepancy
1 parent d422f68 commit 0aed326

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/bin/config/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"type": { "const": "delegate" },
187187
"path": { "type": "string", "default": "/" },
188188
"config": { "$ref": "#/$defs/server-ref" },
189-
"maskSubpath": { "type": "boolean", "default": false }
189+
"maskSubpaths": { "type": "boolean", "default": false }
190190
}
191191
},
192192
"mount-headers": {
@@ -444,7 +444,7 @@
444444
},
445445
"import": { "type": "string", "format": "uri-reference" },
446446
"namedExport": { "anyOf": [{ "type": "string" }, { "type": "null" }], "default": null },
447-
"maskSubpath": { "type": "boolean", "default": false }
447+
"maskSubpaths": { "type": "boolean", "default": false }
448448
}
449449
},
450450
"headers": {

src/bin/man1/web-listener.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Delegate to another config file.
535535
"serverPort": <optional port of server to use from config file>,
536536
"includeMime": true,
537537
"includeBackgroundTasks": false,
538-
"maskSubpath": false
538+
"maskSubpaths": false
539539
}
540540
}
541541
.Ed
@@ -659,7 +659,7 @@ be reloaded when they change.
659659
"path": "/",
660660
"import": <filename>,
661661
"namedExport": null,
662-
"maskSubpath": false
662+
"maskSubpaths": false
663663
}
664664
.Ed
665665
.

0 commit comments

Comments
 (0)