mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Merge pull request #3382 from r3na/patch-1
fix: increasing maxOptions (amount of domains) to 30
This commit is contained in:
		| @@ -172,7 +172,7 @@ | ||||
|       "description": "Domain Names separated by a comma", | ||||
|       "example": "*.jc21.com,blog.jc21.com", | ||||
|       "type": "array", | ||||
|       "maxItems": 15, | ||||
|       "maxItems": 30, | ||||
|       "uniqueItems": true, | ||||
|       "items": { | ||||
|         "type": "string", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user