http://5fa70a28cedbc3.21344471.example.com/
.server {
server_name *.example.com;
listen 443 ssl;
root /var/www/platforms/$host;
index index.php index.html index.htm;
location / {
root /var/www/platforms/$host;
autoindex off;
}
}