server { listen 80 default; server_name www.{{ pillar['network']['domain'] }}; location /{ root /srv/www/htdocs/; index index.html; autoindex on; } }