backends should work now (but untested)
This commit is contained in:
parent
e74ab26b44
commit
04d9f063d4
6 changed files with 113 additions and 11 deletions
14
README.md
14
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue