Forward requests to a backend server
location /api/ { proxy_pass http://localhost:3000/; }
Serve a custom error page for 404s
Compress responses to reduce bandwidth
Force all traffic to use HTTPS
Serve static files from a directory