conf | ||
example/nginx | ||
.gitignore | ||
compare_chrome_driver_versions.sh | ||
jitsi_disable_recording.sh | ||
jitsi_enable_recording.sh | ||
jitsi-auth-dovecot.sh | ||
jitsi-post-install.sh | ||
jitsi-pre-install.sh | ||
README.auth-basic | ||
README.auth-dovecot | ||
README.error.Jibri-ChromDriver | ||
README.etherpad | ||
README.HTTP-Secure-Headers | ||
README.install | ||
README.install-jibri | ||
README.nginx.exec-shell-script | ||
README.unknown_directice_stream | ||
settings-sysctl.conf | ||
settings-system.conf |
# see: https://serverfault.com/questions/858067/unknown-directive-stream-in-etc-nginx-nginx-conf86 # Answer 21 The stream module is being added as dynamic, as per: --with-stream=dynamic # You need it to be 'static' - so load the module directly. To do so, add the # following at the very top of your nginx.conf: # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # load_module /usr/lib/nginx/modules/ngx_stream_module.so;