make build
apt install make devscripts debhelper build-essential dh-systemd
debuild -us -uc -b
./nginx-js-challenge -address=unix:/run/nginx-js-challenge.sock
curl --unix-socket /run/nginx-js-challenge.sock http:/example.com
The ./nginx dir contains the vhost configuration template.