Serve static files from a directory
location / { root /var/www/html; try_files $uri $uri/ =404; }
Serve a custom error page for 404s
Compress responses to reduce bandwidth
Forward requests to a backend server
Force all traffic to use HTTPS