Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Michael McCanna 0e77082873 [manual] Bump Nginx buffers, don't use fastcgi temp files
Nginx's fastcgi buffers default to 8 pages (32KB). I've bumped it to 4MB,
as queries like get_old_messages take something like 130KB, and was
being ferried off to disk. In case this change to the buffers parameters isn't
enough, we explicitly set the maximum temporary file size to 0; if the fastcgi
request goes over the buffers allocated, the request will be handled synchronously,
and never go out to disk on nginx's fastcgi requests.

The manual step that must be done is to apply changes to /etc/nginx/humbug-include/app
from servers/puppet/modules/humbug/files/nginx/humbug-include/app.
The nginx process can be reloaded with `/etc/init.d/nginx restart`.
This must be done for both staging and prod.

(imported from commit 99c1bd6989c54b7e230b7c04f2fdf09be7423352)
2013-05-28 18:13:45 -04:00
api Fix too-long subjects sent by git and nagios integrations 2013-05-22 10:17:15 -04:00
assets favicon: Add an 'infinite' favicon for more than 99 messages 2013-02-15 16:18:24 -05:00
bots zephyr_mirror: Fix incorrect check for already running mirror bots. 2013-05-20 23:29:53 -04:00
certs Include certificate configuration for www.humbughq.com via Comodo 2013-05-17 01:02:32 -04:00
confirmation Wrap render_to_response 2013-05-21 17:56:49 -04:00
humbug Update prod IP address in ALLOWED_HOSTS. 2013-05-24 21:23:57 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers [manual] Bump Nginx buffers, don't use fastcgi temp files 2013-05-28 18:13:45 -04:00
templates Change the settings page links to buttons. 2013-05-28 18:01:27 -04:00
tools [manual] Use the same socket across server restarts 2013-05-23 00:19:17 -04:00
zephyr Slow down pointer adjustments at the bottom of the messages. 2013-05-28 17:23:22 -04:00
.gitignore Add some things to .gitignore that are part of local deploy testing 2013-05-24 21:23:55 -04:00
manage.py chmod +x manage.py 2012-10-25 15:22:18 -04:00