2020-08-03 00:52:06 +02:00
2024-06-23 12:20:07 +02:00
2020-04-05 02:31:13 +02:00
2020-04-05 02:31:13 +02:00
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;

Description
No description provided
Readme 105 KiB
Languages
Shell 100%