From f4d79e811aa2995bbdaf171b69dd024200d321e2 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sun, 2 Nov 2025 19:05:32 +0100 Subject: Add ACIT_BEHIND_PROXY for reverse proxy configs --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1cae78b..7a96fd0 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ MYSQL_HOST=localhost # the hostname/ip of the server. to define a port, use host # Settings # -------- ACIT_HOME_REDIRECT=about:blank # where to redirect to when someone queries the webroot +ACIT_BEHIND_PROXY= # when set, acit displays the 'real ip' when behind a proxy # the following option should be the full path to an executable. # said executable should return a table of trackers and urls. -- cgit