9 Commits

Author SHA1 Message Date
Christopher Allan Webber
00aca6851e Make sure we run fcgi in forked mode... mediagoblin is not currently thread safe! 2011-10-30 18:37:32 -05:00
Christopher Allan Webber
6b7779ea57 More easy options for deploying without having to modify paste.ini... 2011-10-30 13:58:54 -05:00
Christopher Allan Webber
505310c292 Added a "broadcast" server config and a bit of helpful commenting (I hope!) 2011-10-30 11:51:40 -05:00
Christopher Allan Webber
91903aa601 [620] Allow for multiple mediagoblin configs to be set in config.ini, use first
This way we can copy paste.ini into paste_local.ini but not have to
update it to find mediagoblin_local.ini.
2011-10-29 17:04:19 -05:00
Christopher Allan Webber
312643c12c flup, not flerp! 2011-10-23 16:12:10 -05:00
Christopher Allan Webber
4b186b7398 Add a flup server option to the default paste.ini to make deployment a bit easier. 2011-10-23 15:21:15 -05:00
Elrond
6347605c1e When using paste's static content server to serve media
entries and other files the client should have some idea on
how long it can cache those files locally before asking
again for them.

The old setting was: Don't allow the client to cache.

New setting:
  1 week for the media entries (they don't change, ever)
  1 day for css/logos, etc. They change on an update, so
    people might want to see the new design soon.
2011-09-29 20:15:53 +02:00
Christopher Allan Webber
72ae87af4a Slightly wrapping paste error middleware and turning it on
Now we can show a nice "borked goblin" error :)
2011-08-21 00:09:29 -05:00
Christopher Allan Webber
41f965c59d Moving server.ini->paste.ini because willkg points out server.ini is ambiguous
Updating the file, updating lazyserver.sh, updating docs.
2011-06-20 08:55:58 -05:00