From 87ef3a1635aae064bfcfac0be532b9904bdd927d Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 9 Feb 2025 18:50:27 +0100 Subject: [stats] put behind lighttpd proxy --- webstats/stats.paren | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webstats/stats.paren') diff --git a/webstats/stats.paren b/webstats/stats.paren index a4f6957..b9d3974 100644 --- a/webstats/stats.paren +++ b/webstats/stats.paren @@ -4,7 +4,7 @@ (in-package :webstats-js) (defun register-visit (data) - (fetch "http://localhost:4252/visit" + (fetch "http://localhost/stats/visit" (create :method "POST" :headers (create "Content-Type" "application/x-www-form-urlencoded") :body (new (-u-r-l-search-params data))))) -- cgit v1.2.3