server { listen 80 default_server; location / { root /var/www/localhost/htdocs; index index.html; } }