> On Jun 29, 2017, at 12:55, Steve Piercy <steve.piercy....@gmail.com> wrote:
> 
> On 6/29/17 at 3:33 PM, c...@online.de (Christoph Zwerschke) pronounced:
> 
>> Am 29.06.2017 um 15:07 schrieb Marcin Raczyński:
>>> It is working now.
>> 
>> see also https://github.com/rtfd/readthedocs.org/issues/2981
> 
> What can we do when RTD has an outage?
> 
> I have sudo access on the server now.  I configured nginx to proxy and cache 
> 'docs.pylonsproject.org'.  Evidently that was not sufficient to handle an 
> outage at RTD.

proxy_cache_use_stale   error timeout invalid_header updating;

Add this, so that if there is a failure to retrieve the document from the 
remote host, and we have a cached copy of the doc, we serve up the “stale" 
document instead.

> 
> Any suggestions appreciated.
> 
> --steve
> 
> ------------------------
> Steve Piercy, Soquel, CA
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to pylons-discuss+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pylons-discuss/r473Ps-10125i-4077EE79F32B4402BDD67287987AB465%40Steves-iMac.local.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/D0553D56-470A-440B-9BF0-F10F26FF1A0B%400x58.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to