miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.48k stars 705 forks source link

Support serving via FCGI #527

Open clarfonthey opened 4 years ago

clarfonthey commented 4 years ago

This would be useful for OpenBSD users as OpenBSD's httpd only supports proxying FastCGI and not HTTP.

From what it seems, this should be relatively easy to add, as seen in the implementation in Gogs/Gitea:

tournemire commented 4 years ago

OpenBSD has relayd(8) for http proxying, so I wouldn't say FCGI support is needed.

clarfonthey commented 4 years ago

I'm using relayd right now, it's really not that great of a solution. I'm getting 500 errors for a majority of requests.

Truthfully, I'm trying to move away from openbsd httpd because of this, but I think having support would be nice.