mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Clarify byte-range fix in roles/nginx/templates/nginx.conf.j2
This commit is contained in:
parent
33d5316c35
commit
39a3d67256
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ http {
|
|||
# 2021-06-22: Enables HTTP/1.1 byte-range, so Kolibri videos play on Apple
|
||||
# and LG devices: https://github.com/learningequality/kolibri/issues/8164
|
||||
# http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_force_ranges
|
||||
# This should help all roles! RECAP: when unproxied, Kolibri videos worked
|
||||
# (http://box:8009/kolibri/) but not when proxied (http://box/kolibri/).
|
||||
proxy_force_ranges on;
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue