fix: correct indentation for X-Forwarded-For header in README
This commit is contained in:
parent
da576b5dd0
commit
cf4a7a1462
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Example:
|
||||||
#order redir after anubis
|
#order redir after anubis
|
||||||
localhost {
|
localhost {
|
||||||
request_header +X-Real-IP {remote_host}
|
request_header +X-Real-IP {remote_host}
|
||||||
request_header +X-Forwarded-For {remote_host}
|
request_header +X-Forwarded-For {remote_host}
|
||||||
anubis
|
anubis
|
||||||
|
|
||||||
reverse_proxy 127.0.0.1:3000
|
reverse_proxy 127.0.0.1:3000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue