about summary refs log tree commit homepage
path: root/test/mongrel.conf
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-04 14:30:40 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-09 19:50:36 -0800
commit28d571b7cca709641d964e00e6004facb6bfcc7e (patch)
treeed260a408088db92adb190d2b9eddaa6be8ab580 /test/mongrel.conf
parent66254b6f2b0ebb3899413b12d96614ac9318daae (diff)
downloadunicorn-28d571b7cca709641d964e00e6004facb6bfcc7e.tar.gz
Avoid conflicting with existing Mongrel libraries since
we'll be incompatible and break things w/o disrupting
Mongrel installations.
Diffstat (limited to 'test/mongrel.conf')
-rw-r--r--test/mongrel.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mongrel.conf b/test/mongrel.conf
index 3daa23a..64c1a8f 100644
--- a/test/mongrel.conf
+++ b/test/mongrel.conf
@@ -1 +1 @@
-uri "/fromconf", :handler => Mongrel::Error404Handler.new("test")
+uri "/fromconf", :handler => Unicorn::Error404Handler.new("test")