mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
Support the PROXY protocol through the PROXY_PROTO_V1 env variable (#24064)
This commit is contained in:
@@ -22,3 +22,5 @@ on_worker_boot do
|
||||
end
|
||||
|
||||
plugin :tmp_restart
|
||||
|
||||
set_remote_address(proxy_protocol: :v1) if ENV['PROXY_PROTO_V1'] == 'true'
|
||||
|
||||
Reference in New Issue
Block a user