mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
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) |
||
|---|---|---|
| api | ||
| assets | ||
| bots | ||
| certs | ||
| confirmation | ||
| humbug | ||
| node_modules | ||
| servers | ||
| templates | ||
| tools | ||
| zephyr | ||
| .gitignore | ||
| manage.py | ||