今回は https://nginx.org/download/nginx-1.12.0.zip を使った。
解凍
nginx-1.12.0/conf/nginx.conf
43 location / {
-44 root html;
+44 root c:/www/html;
45 index index.html index.htm;
46 }
パス区切りは \
ではなく/
である必要があった。