server { listen 8080; server_name test.com; location / { root /var/www/html; index index.html; } }