The [following lines were removed](https://github.com/nextcloud/documentation/commit/4ef607d350aa6f19f07ebe2fb0b8e3951248649f) 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](https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/postgres/fpm/web/nginx.conf#L181-L183). Should these lines also be removed from the docker-compose nginx.conf examples?