OBSWebsiteConfCustom Class Reference Inherits from OBSAbstractWebsiteConf : OBSBaseEntity : OBSAbstractModel : OBSMTLModel Declared in OBSServiceCommonEntities.hOBSServiceCommonEntities.m Overview 自定义网站配置 indexDocumentList 默认访问页面 @property (nonatomic, strong, nonnull) NSMutableArray<OBSWebsiteConfCustomIndexDocument*> *indexDocumentList Declared In OBSServiceCommonEntities.h errorDocumentList 错误跳转页面 @property (nonatomic, strong, nonnull) NSMutableArray<OBSWebsiteConfCustomErrorDocument*> *errorDocumentList Declared In OBSServiceCommonEntities.h routingRulesList 路由规则表 @property (nonatomic, strong, nonnull) NSMutableArray<OBSWebsiteConfCustomRoutingRule*> *routingRulesList Declared In OBSServiceCommonEntities.h