I am trying to run luarocks-site locally (and make it easier for everyone #197) but I get invalid value "${{DAEMON}}" in "daemon" directive, it must be "on" or "off" in /home/user/luarocks-site/nginx.conf.compiled .
There is a bunch of ${{XXX}} in the nginx.conf but it doesnt look like standard nginx variables, are these intended to be used with "substenv" ? another issue is that there is no "DAEMON" set anywhere in the repo so it makes starting the website even harder, I think one would need to commit a default .env with default values so that it's easier to get started