ngx_module_t ngx_http_headers_more_filter_module; #ifndef ngx_str_set #define ngx_str_set(str, text) \ (str)->len = sizeof(text) - 1; (str)->data = (u_char *) text #endif #define ngx_http_headers_more_assert(a) assert(a) #endif /* NGX_HTTP_HEADERS_MORE_FILTER_...
nginx.conf with load_module "modules/ngx_http_headers_more_filter_module.so"; server { more_clear_headers Server; } expected behavour - nginx starts normally under the latest stable release without the Server: nginx header actual result - nginx: [emerg] module "/etc/nginx/modules/ngx_http_...
ngx_http_headers_more_filter_module. Contribute to nginx-with-docker/ngx_http_headers_more_filter_module development by creating an account on GitHub.
nginx-with-docker / ngx_http_headers_more_filter_module Public Notifications Fork 0 Star 3 Code Issues Pull requests Actions Projects Security Insights Projects Templates Search all projects No open projects Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status...