15 lines
347 B
Markdown
15 lines
347 B
Markdown
# 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.
|