forked from AkkomaGang/akkoma
Fix typo in openbsd/relayd.conf
This commit is contained in:
parent
8b28880ba2
commit
97657088e8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue