add logstash http_input support for nginx

remove cockpit support entirely
cleanup / housekeeping
This commit is contained in:
t3chn0m4g3
2024-01-05 21:31:13 +01:00
parent 0f7dc73f1a
commit 7ba5567e70
14 changed files with 128 additions and 162 deletions

View File

@ -6,7 +6,6 @@ load_module /usr/lib/nginx/modules/ngx_http_brotli_filter_module.so;
load_module /usr/lib/nginx/modules/ngx_http_brotli_static_module.so;
# OS ENV variables need to be defined here, so Lua can use them
env COCKPIT;
env TPOT_OSTYPE;
# Both modules are needed for Lua, in this exact order
@ -36,7 +35,7 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
##
##
# Compression
##