sdassow / wiking

Golang based wiki engine with content in Markdown format, support for attachments, diagrams, git storage, and fulltext search
Other
2 stars 1 forks source link

Support for FastCGI #10

Closed sdassow closed 4 years ago

sdassow commented 4 years ago

In some use-cases FastCGI is easier to integrate, and supporting it should be rather easy.

sdassow commented 4 years ago

Related to this, the "bind" option should really be called "listen".