backends should work now (but untested)

This commit is contained in:
Dennis Frieberg 2020-09-23 20:48:03 +02:00
parent e74ab26b44
commit 04d9f063d4
6 changed files with 113 additions and 11 deletions

View file

@ -1 +1,15 @@
# tickLeisteServer
You should enable at least one backend (else the application will terminate
upon execution) this is done by setting a flag. The options are
http
https
fast-cgi
cgi
fast-cgi depends on the fcgi C library, which should be installed on your system
TODO:
can we use multiple backends at once?
write configuration documentation.