Go to file
2020-05-01 19:09:24 +02:00
conf 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
.gitignore Add script 'jitsi-post-install.sh'. Adjust/Extend 'README.install'. 2020-05-01 12:11:46 +02:00
jitsi-post-install.sh Add script 'jitsi-post-install.sh'. Adjust/Extend 'README.install'. 2020-05-01 12:11:46 +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.authentication Initial commit 2020-04-05 02:31:13 +02:00
README.install Add script 'jitsi-post-install.sh'. Adjust/Extend 'README.install'. 2020-05-01 12:11:46 +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;