Hello,

On 2024/09/07 14:55:56 -0400, Am Jam <intd...@gmail.com> wrote:
> [...]
> Am I missing something obvious?
> [...]
> 
>         # calibre access points
>         location "/*" {
>                 fastcgi socket tcp "127.0.0.1" 8004
>                 # fastcgi socket tcp "192.168.1.78" 8004

I guess that calibre exports an HTTP server, not a FastCGI one, so this
can't work.  httpd doesn't support proxying another HTTP server, it can
only talk to fastcgi.

You'll have to look into relayd(8) (but also keep httpd in the stack so
you can use acme-client for TLS.)

Reply via email to