This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-15 03:23:02 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
12535d645b
discourse
/
config
/
initializers
/
99-unicorn.rb
5 lines
104 B
Ruby
Raw
Normal View
History
Unescape
Escape
unicorn out of band GC
2013-11-15 09:15:37 +08:00
if
ENV
[
'UNICORN_ENABLE_OOBGC'
]
require
'middleware/unicorn_oobgc'
Middleware
::
UnicornOobgc
.
init
add unicorn launcher to support live reloads add oobgc rudimentary support
2013-11-13 12:28:39 +08:00
end
Reference in New Issue
Copy Permalink