README: add caddy configuration - gopherproxy-c - Gopher HTTP proxy in C (CGI) | |
git clone git://git.codemadness.org/gopherproxy-c | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 01c9ba076423824ce71944c7af6e0c3f24960ec8 | |
parent f7929385112388c25324b99525a88df3daba908c | |
Author: [email protected] <[email protected]> | |
Date: Sun, 19 Aug 2018 19:00:20 +0200 | |
README: add caddy configuration | |
Diffstat: | |
M README | 6 ++++++ | |
1 file changed, 6 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -45,6 +45,12 @@ OpenBSD httpd + slowcgi: | |
fastcgi | |
} | |
+Caddy + http.cgi: | |
+ | |
+ proxy.domain.tld { | |
+ cgi /proxy /usr/local/bin/gopherproxy | |
+ } | |
+ | |
Notes | |
----- |