The following lines were removed from the nginx.conf documentation in the # Serve static files section:
location ~ \.wasm$ {
default_type application/wasm;
}
The four docker-compose nginx.conf example files still show these lines though, see this file for example.
Should these lines also be removed from the docker-compose nginx.conf examples?