server { listen 80; charset utf-8; root /usr/share/nginx/html/; index index.html; location /playwright-reports { autoindex on; } access_log off; }