1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-06-14 02:41:32 +03:00

Fix: increase max number of domains to 100

This commit is contained in:
David Indra
2024-02-23 15:33:38 +01:00
parent 209c1b3334
commit 1fb9a75a33
5 changed files with 5 additions and 5 deletions

View File

@ -172,7 +172,7 @@
"description": "Domain Names separated by a comma",
"example": "*.jc21.com,blog.jc21.com",
"type": "array",
"maxItems": 30,
"maxItems": 100,
"uniqueItems": true,
"items": {
"type": "string",