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