Hacker News new | ask | show | jobs
by dangayle 4507 days ago
Yes it does, although not out of the box:

http://wiki.nginx.org/HttpEchoModule

2 comments

You don't actually need echo, you can use return from the rewrite module (which is compiled in by default).

    return 503 "<h1>Maintenance</h1><p>will be back soon!</p>";
lol, I love hackers :)
Oh yeah. That's rad.
:)