aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/whoisfront/Caddyfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/whoisfront/Caddyfile b/cmd/whoisfront/Caddyfile
new file mode 100644
index 0000000..ef2411b
--- /dev/null
+++ b/cmd/whoisfront/Caddyfile
@@ -0,0 +1,7 @@
+front.akua:80 {
+ cgi {
+ match /front
+ exec /usr/local/bin/whoisfront
+ env SWITCH_COUNTER_URL=https://www.switchcounter.science/webhook/stuff
+ }
+}