challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 4ecdc0afffab37a974885d32649e681c6450603e
parent 20519fb6253ee54b45e47e22ab24b9eadb026d13
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 30 Apr 2026 22:52:14 +0200

fix name

Diffstat:
Mdebian/etc/apache2/sites-available/challenger.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/etc/apache2/sites-available/challenger.conf b/debian/etc/apache2/sites-available/challenger.conf @@ -6,6 +6,6 @@ # a2enmod proxy_http --> -<Location "/sync/"> -ProxyPass "unix:/var/lib/sync/httpd/challenger.sock|http://example.com/" +<Location "/challenger/"> +ProxyPass "unix:/var/lib/challenger/httpd/challenger.sock|http://example.com/" </Location>