mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 16:41:18 +08:00
5 lines
104 B
Ruby
5 lines
104 B
Ruby
if ENV['UNICORN_ENABLE_OOBGC']
|
|
require 'middleware/unicorn_oobgc'
|
|
Middleware::UnicornOobgc.init
|
|
end
|