server { listen 9999; root /home/hugo/projects/wasm-attempt/public; add_header 'Cache-Control' 'no-cache, no-store, must-revalidate'; location / { index index.html; } }