README: add caddy configuration - gopherproxy-c - Gopher HTTP proxy in C (CGI)
(HTM) git clone git://git.codemadness.org/gopherproxy-c
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 01c9ba076423824ce71944c7af6e0c3f24960ec8
(DIR) parent f7929385112388c25324b99525a88df3daba908c
(HTM) Author: trqx@goat.si <trqx@goat.si>
Date: Sun, 19 Aug 2018 19:00:20 +0200
README: add caddy configuration
Diffstat:
M README | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
(DIR) 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
-----