No description
Find a file
2020-10-14 20:40:27 +02:00
app Https backend done 2020-10-14 20:40:27 +02:00
test init 2020-08-27 19:38:16 +02:00
tickLeiste@4af9f88b83 updated submodules 2020-09-22 17:06:01 +02:00
.gitignore init 2020-08-27 19:38:16 +02:00
.gitmodules init 2020-08-27 19:38:16 +02:00
ChangeLog.md init 2020-08-27 19:38:16 +02:00
hie.yaml Https backend done 2020-10-14 20:40:27 +02:00
LICENSE init 2020-08-27 19:38:16 +02:00
package.yaml started refactor into seperate backend_files 2020-10-05 14:21:43 +02:00
README.md backends should work now (but untested) 2020-09-23 20:48:03 +02:00
Setup.hs init 2020-08-27 19:38:16 +02:00
stack.yaml config parser works 2020-09-26 01:00:38 +02:00
stack.yaml.lock backends should work now (but untested) 2020-09-23 20:48:03 +02:00
tickLeisteServer.cabal started refactor into seperate backend_files 2020-10-05 14:21:43 +02:00

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.