dbohdan / caddy-cgi

An example of how to configure Caddy 1/2 with a FastCGI-to-CGI proxy

Home Page:https://github.com/mholt/caddy/issues/29

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grab caddy from getcaddy website, not a static executable

japharl opened this issue · comments

Download from https://getcaddy.com/ instead of including a static copy in github.

In the latest commits (e75b061, 289ab20 ) I removed the Caddy binary and updated the instructions to include downloading the latest one from the website.

Awesome, thanks. Been using your code reliably for a while now.

You're welcome! The credit should first and foremost go to Denis S. Filimonov, who originally wrote fastcgi-wrapper, and Lewin Bormann who patched it.