From 97657088e854bbf26ed5ba2eaf830be9f57fcef7 Mon Sep 17 00:00:00 2001 From: Norm Date: Wed, 6 Jul 2022 14:47:39 -0400 Subject: [PATCH] Fix typo in openbsd/relayd.conf --- installation/openbsd/relayd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/openbsd/relayd.conf b/installation/openbsd/relayd.conf index badd0336f..b035ec69b 100644 --- a/installation/openbsd/relayd.conf +++ b/installation/openbsd/relayd.conf @@ -25,7 +25,7 @@ http protocol plerup { # Protocol for upstream akkoma server pass request quick path "/robots.txt" forward to # Append a bunch of headers - match request header append "X-Forwarded-For" value "$REMOTE_ADDR" # This two header and the next one are not strictl required by akkoma but adding them won't hurt + match request header append "X-Forwarded-For" value "$REMOTE_ADDR" # This two header and the next one are not strictly required by akkoma but adding them won't hurt match request header append "X-Forwarded-By" value "$SERVER_ADDR:$SERVER_PORT" match request header append "Connection" value "upgrade"