mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 22:58:30 +08:00
5 lines
111 B
Ruby
5 lines
111 B
Ruby
if ENV['UNICORN_ENABLE_OOBGC'] == '1'
|
|
require 'middleware/unicorn_oobgc'
|
|
Middleware::UnicornOobgc.init
|
|
end
|