0
unidata created
Hi! AspNetZero 8.4 .Net Core Angular.
I have correctly configured the multitenant and access correctly via tenant1.mydomain.com and tenant2.mydomain.com. But now I don't know how to access the host site (the site that manages the tenants)
regards!
2 Answer(s)
-
0
hi
www.mydomain.com is host(www).
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.AspNetCore/AspNetCore/MultiTenancy/DomainTenantResolveContributor.cs#L56
Of course you can also customize the DomainTenantResolveContributor. eg: host.mydomain.com or admin.mydomain.com
-
0
It worked perfectly with www.mydomain.com Thank you!