server {
listen 80 default_server;
server_name {{subdomain}}.{{domain}};
root /config/www;
index index.html index.htm index.php;
}