mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
.
parent
7917635eae
commit
0ba39c18ce
|
@ -4,7 +4,7 @@ Iris has the simplest known form for subdomains registration to a single applica
|
|||
Subdomains are separated into two categories: **static** and **dynamic/wildcard**.
|
||||
|
||||
* Static : when you know the subdomain, i.e : `analytics.mydomain.com`
|
||||
* Wildcard : when you don't know the subdomain but you know its form, i.e : `user_created.mydomain.com`, `otheruser.mydomain.com` like the `username.github.io`
|
||||
* Wildcard : when you don't know the subdomain but you know that it's before a particular subdomain or root domain, i.e : `user_created.mydomain.com`, `otheruser.mydomain.com` like the `username.github.io`
|
||||
|
||||
We use the `Subdomain` and `WildcardSubdomain` methods of an `iris.Party` or `iris.Application` to register subdomains.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user