aboutsummaryrefslogtreecommitdiffstats
path: root/paste.ini
Commit message (Collapse)AuthorAgeFilesLines
* Serve and setup the mediagoblin "linked theme" assets directoryChristopher Allan Webber2012-07-141-0/+6
|
* Create a default logging configElrond2012-01-091-0/+22
| | | | | | | | | | | paste uses paste.ini to configure python's logging module. Until now, there was NO config, not even a useful default one. This means: any messages went away unseen. Not good. The new default logs everything to stderr at level INFO and higher. Maybe not the best, but a good starting point.
* 640: Configuration files should mention their _local versionsElrond2011-11-121-0/+3
| | | | | Thanks go to Aleksej Serdjukov for bringing this up and providing the patch in the bug!
* Make sure we run fcgi in forked mode... mediagoblin is not currently thread ↵Christopher Allan Webber2011-10-301-1/+1
| | | | safe!
* More easy options for deploying without having to modify paste.ini...Christopher Allan Webber2011-10-301-2/+7
|
* Added a "broadcast" server config and a bit of helpful commenting (I hope!)Christopher Allan Webber2011-10-301-0/+21
|
* [620] Allow for multiple mediagoblin configs to be set in config.ini, use firstChristopher Allan Webber2011-10-291-1/+1
| | | | | This way we can copy paste.ini into paste_local.ini but not have to update it to find mediagoblin_local.ini.
* flup, not flerp!Christopher Allan Webber2011-10-231-1/+1
|
* Add a flup server option to the default paste.ini to make deployment a bit ↵Christopher Allan Webber2011-10-231-0/+5
| | | | easier.
* When using paste's static content server to serve mediaElrond2011-09-291-0/+2
| | | | | | | | | | | | | 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.
* Slightly wrapping paste error middleware and turning it onChristopher Allan Webber2011-08-211-2/+10
| | | | Now we can show a nice "borked goblin" error :)
* Moving server.ini->paste.ini because willkg points out server.ini is ambiguousChristopher Allan Webber2011-06-201-0/+34
Updating the file, updating lazyserver.sh, updating docs.