No description
Find a file
2022-01-03 00:02:41 +01:00
app Merge branch 'logging' of gitolite:tickLeisteServer into logging 2021-04-09 03:24:30 +02:00
test init 2020-08-27 19:38:16 +02:00
tickLeiste@3a9592f958 updated tickLeiste dependency 2021-03-30 14:29:55 +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 removed lib dependency from test 2022-01-02 23:59:36 +01: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 build with tls 2021-04-05 11:33:07 +02:00
stack.yaml.lock if we drop the fast-cgi backend, we can as well use more up to date versions 2021-04-04 16:27:09 +02:00
tickLeisteServer.cabal changes propagated to cabal 2022-01-03 00:02:41 +01: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.