Go to file
2020-08-01 14:02:39 +02:00
conf Add script 'jitsi-auth-dovecot.sh'. Add/Justify some documentation. 2020-05-02 19:57:08 +02:00
example/nginx Add sample nginx configuration. 2020-05-21 02:43:16 +02:00
.gitignore Add script 'jitsi-post-install.sh'. Adjust/Extend 'README.install'. 2020-05-01 12:11:46 +02:00
compare_chrome_driver_versions.sh Add sample nginx configuration. 2020-05-21 02:43:16 +02:00
jitsi_disable_recording.sh Add sample nginx configuration. 2020-05-21 02:43:16 +02:00
jitsi_enable_recording.sh Add sample nginx configuration. 2020-05-21 02:43:16 +02:00
jitsi-auth-dovecot.sh jitsi-auth-dovecot.sh: fix error installing 'mercurial'.. 2020-05-24 02:44:09 +02:00
jitsi-post-install.sh jitsi-auth-dovecot.sh: fix error installing 'mercurial'.. 2020-05-24 02:44:09 +02:00
jitsi-pre-install.sh jitsi-auth-dovecot.sh: fix error installing 'mercurial'.. 2020-05-24 02:44:09 +02:00
README.auth-basic Add script 'jitsi-auth-dovecot.sh'. Add/Justify some documentation. 2020-05-02 19:57:08 +02:00
README.auth-dovecot Add script 'jitsi-auth-dovecot.sh'. Add/Justify some documentation. 2020-05-02 19:57:08 +02:00
README.error.Jibri-ChromDriver Handle/Check version missmatch of 'google chrome and 'chromedriver'. 2020-05-20 23:37:17 +02:00
README.install add FQNH=meet.reachoutberlin.de 2020-08-01 14:02:39 +02:00
README.install-jibri Add 'README.install-jibri'. 2020-05-17 03:32:34 +02:00
README.nginx.exec-shell-script Add file 'README.nginx.exec-shell-script'. 2020-05-21 02:18:59 +02:00
README.unknown_directice_stream Initial commit 2020-04-05 02:31:13 +02:00
settings-sysctl.conf Initial commit 2020-04-05 02:31:13 +02:00
settings-system.conf Initial commit 2020-04-05 02:31:13 +02:00

# 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;