Move load_module directive up in conf

pull/6/head
Matthew Strasiotto 4 years ago
parent a38c3539c6
commit ecd39d3e1f

@ -6,11 +6,12 @@
# key: path_to_your_key
#
# ---
load_module /usr/lib64/nginx/modules/ngx_stream_module.so;
events { }
# You may have to install the stream module separately
load_module /usr/lib64/nginx/modules/ngx_stream_module.so;
stream {
# https://nginx.org/en/docs/stream/ngx_stream_core_module.html#server

Loading…
Cancel
Save