Support the PROXY protocol through the PROXY_PROTO_V1 env variable (#24064)

This commit is contained in:
CSDUMMI 2023-03-14 14:47:57 +01:00 committed by Claire
parent fe7752f4b8
commit 4e02c7dc2c
1 changed files with 2 additions and 0 deletions

View File

@ -22,3 +22,5 @@ on_worker_boot do
end
plugin :tmp_restart
set_remote_address(proxy_protocol: :v1) if ENV['PROXY_PROTO_V1'] == 'true'