7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-26 08:52:34 +00:00
tutor/tutor/templates
wey-gu 452cd229f3 fix: 502 error on request to lms with large header
According to [1], request to uwsgi with header
larger than the default value 4096 will end up
with below error as #426:
  invalid request block size: 4123 (max 4096)...skip
  hr_instance_read(): Connection reset by peer
  [plugins/http/http.c line 647]

This commit fixes it by changing the maximum
buffer size as 4096

Also: Similar issue was already identifed and
fixed in [2] on tutor-ecommerce

[1] https://uwsgi-docs.readthedocs.io/en/latest/ThingsToKnow.html
[2] 6df2c99362

Close #426
2021-05-01 16:32:19 +02:00
..
android v11.0.0 (2020-12-09) 2020-12-10 01:05:02 +01:00
apps Add X-Forwarded-Port header 2021-03-17 17:10:12 +01:00
build fix: 502 error on request to lms with large header 2021-05-01 16:32:19 +02:00
dev Fix default settings on development environment 2021-01-29 08:43:46 +01:00
hooks Automatically bind-mount volumes from volumes/ 2021-01-12 22:43:06 +01:00
k8s fix: make LMS process LMS tasks, and not CMS tasks 2021-02-20 12:45:17 +01:00
local fix: make LMS process LMS tasks, and not CMS tasks 2021-02-20 12:45:17 +01:00
config.yml feat: upgrade all services to open-release/koa.3 2021-04-09 10:13:34 +02:00
kustomization.yml v11.0.0 (2020-12-09) 2020-12-10 01:05:02 +01:00
version Add TUTOR_VERSION to template variables 2019-05-29 09:53:54 +02:00