server { include /etc/nginx/listen.conf; server_name www.example.com; location ~* { index index.html; } }