Fix typo in openbsd/relayd.conf

This commit is contained in:
Norm 2022-07-06 14:47:39 -04:00
parent 8b28880ba2
commit 97657088e8
No known key found for this signature in database

View file

@ -25,7 +25,7 @@ http protocol plerup { # Protocol for upstream akkoma server
pass request quick path "/robots.txt" forward to <httpd_server>
# 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"