server { listen 80; root /var/www/html; server_name localhost; charset UTF-8; index index.html; location / { root /var/www/html/; } }