I have the following scenario:
Each customer of my service (SaaS) has a custom url. For this, I created a CNAME record *.dominio.com
pointing to my server.
Eg:
empresa1.dominio.com
, empresa2.dominio.com
, etc.
For static files, I created another CNAME record pointing to my static file server as follows: *.static.dominio.com
, to contain the company url.
Eg:
empresa1.static.dominio.com
, empresa2.static.dominio.com
, etc.
In practice, these subdomains point to the same file server.
I would like to know if there is any convention about this scenario, if it would be a bad practice, if it would be better to just leave static.dominio.com
, or make no difference at all.