http { server { listen 3000; location / { alias /var/www/html/; index index.html; } } }