http { include mime.types; server { listen 80; root /usr/share/nginx/html; location / { /usr/share/nginx/html; } } } event {}