server {
listen 80;
root /var/www/html;
try_files $uri $uri/ /index.html;
gzip on;
gzip_static on;
}