server { listen 80; server_name api.example.com; root /var/www/html; location / { } }