diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fcgi_fixes.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/fcgi_fixes.rb b/lib/fcgi_fixes.rb deleted file mode 100644 index 387995a90..000000000 --- a/lib/fcgi_fixes.rb +++ /dev/null @@ -1,10 +0,0 @@ -# Changed by mySociety 2008-03-10 to get dynamic FastCGI working. -# See also http://dev.rubyonrails.org/ticket/5399 - gah! - -# Hopefully fixed in later Rails. There is a test in spec/libs/fcgi_handler.rb - -require 'railties/lib/fcgi_handler.rb' - -# Monkeypatch! -RailsFCGIHandler::SIGNALS['TERM'] = :exit - |