mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 14:19:56 -04:00
4 lines
111 B
Ruby
4 lines
111 B
Ruby
if ENV['UNICORN_ENABLE_OOBGC'] == '1'
|
|
require 'middleware/unicorn_oobgc'
|
|
Middleware::UnicornOobgc.init
|
|
end
|