Skip to content
Snippets Groups Projects
Unverified Commit 5dee40b5 authored by CSDUMMI's avatar CSDUMMI Committed by GitHub
Browse files

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

parent 43ec9d24
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,5 @@ on_worker_boot do
end
plugin :tmp_restart
set_remote_address(proxy_protocol: :v1) if ENV['PROXY_PROTO_V1'] == 'true'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment