Go to file
2020-04-23 03:12:49 +02:00
README.authentication Initial commit 2020-04-05 02:31:13 +02:00
README.install README.install: disableThirdPartyRequests must NOT BE eenabled at configuration file '/etc/jitsi/meet/-config.js'. 2020-04-23 03:12:49 +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;