Go to file
2020-05-20 18:25:57 +02:00
conf Add script 'jitsi-auth-dovecot.sh'. Add/Justify some documentation. 2020-05-02 19:57:08 +02:00
example/nginx Add example nginx configuration for jitsi meet host. 2020-05-01 19:14:35 +02:00
.gitignore Add script 'jitsi-post-install.sh'. Adjust/Extend 'README.install'. 2020-05-01 12:11:46 +02:00
jitsi_disable_recording.sh Add scripts 'jitsi_enable_recording.sh' and 'jitsi_disable_recording.sh'. 2020-05-20 18:25:57 +02:00
jitsi_enable_recording.sh Add scripts 'jitsi_enable_recording.sh' and 'jitsi_disable_recording.sh'. 2020-05-20 18:25:57 +02:00
jitsi-auth-dovecot.sh Add script 'jitsi-auth-dovecot.sh'. Add/Justify some documentation. 2020-05-02 19:57:08 +02:00
jitsi-post-install.sh Add script 'jitsi-auth-dovecot.sh'. Add/Justify some documentation. 2020-05-02 19:57:08 +02:00
jitsi-pre-install.sh Add script 'jitsi-pre-install.sh' and modify 'jitsi.conf.sample' to fit needs by the new script. 2020-05-01 19:09:24 +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.install Add script 'jitsi-auth-dovecot.sh'. Add/Justify some documentation. 2020-05-02 19:57:08 +02:00
README.install-jibri Add 'README.install-jibri'. 2020-05-17 03:32:34 +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;