aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/lighttpd.conf
AgeCommit message (Collapse)Author
2018-11-13lighttpd.conf: Use `license` binary for `/license/download` routeTeddy Wing
2018-11-12lighttpd.conf: Add routes for additional license handlersTeddy Wing
We want another route for a thank-you page, and a third for a Zip download of the license.
2018-11-08Add lighttpd.confTeddy Wing
Allows us to test the FastCGI script locally. Thanks to this article for describing how to set up a local FastCGI server with Lighttpd: http://yaikhom.com/2014/12/18/handling-requests-c-fast-cgi-and-lighttpd.html Found out how to get the current config directory using `var.CWD` from: https://stackoverflow.com/questions/11702989/lighttpd-conf-document-root-as-directory-containing-config-file/12435777#12435777