Rails hasn't been ported to Python yet.

This commit is contained in:
benoitc 2010-08-31 11:26:03 +02:00
parent 8c917816aa
commit bbe7e46695

View File

@ -117,10 +117,10 @@ http {
}
}
# Rails error pages
# Error pages
error_page 500 502 503 504 /500.html;
location = /500.html {
root /path/to/app/current/public;
}
}
}
}