Messages per Month
| From | Sent On | Attachments |
|---|---|---|
| Douglas A. Seifert | Feb 2, 2008 3:18 pm | |
| Maxim Dounin | Feb 2, 2008 4:36 pm | |
| Douglas A. Seifert | Feb 2, 2008 5:08 pm | |
| Maxim Dounin | Feb 2, 2008 5:20 pm | |
| Eden Li | Feb 2, 2008 5:22 pm | |
| Douglas A. Seifert | Feb 2, 2008 6:14 pm | |
| Douglas A. Seifert | Feb 2, 2008 6:15 pm | |
| Maxim Dounin | Feb 2, 2008 6:33 pm | |
| Eden Li | Feb 2, 2008 6:47 pm | |
| Maxim Dounin | Feb 2, 2008 7:15 pm | |
| Douglas A. Seifert | Feb 2, 2008 8:02 pm | |
| Corey Donohoe | Feb 2, 2008 10:39 pm | |
| Igor Sysoev | Feb 2, 2008 10:40 pm | |
| Douglas A. Seifert | Feb 3, 2008 7:51 am | |
| Douglas A. Seifert | Feb 3, 2008 7:58 am | |
| Corey Donohoe | Feb 3, 2008 9:59 am | |
| Doug Seifert | Feb 3, 2008 1:36 pm | |
| Killian Murphy | Jun 19, 2009 9:47 pm | |
| Spirit Spirit | Nov 26, 2009 2:31 pm | |
| Igor Sysoev | Nov 26, 2009 10:02 pm | |
| spirit | Dec 2, 2009 1:46 pm |
| Subject: | Re: RE: Custom 503 Error Page | |
|---|---|---|
| From: | Killian Murphy (lis...@ruby-forum.com) | |
| Date: | Jun 19, 2009 9:47:13 pm | |
| List: | ru.sysoev.nginx | |
I tried pretty much all of the approaches outlined above without success on nginx 0.6.37 (posting this in June 2009. Get the version # using: nginx -v) The one approach I found did work was putting the following in the server section of my config files:
error_page 503 @503; location @503 { rewrite ^(.*)$ /system/maintenance.html break; }
if (-f $document_root/system/maintenance.html) { return 503; }
I found it in the internet archive, posted by Lee Jensen and credited to Ezra.
K.
-- Posted via http://www.ruby-forum.com/.





