ne4u

Results 4 issues of ne4u

To capture x-forwarded-for in logs, I'd recommend changing /opt/docker/etc/nginx/vhost.common.d/10-log.conf to: access_log /docker.stdout main; error_log /docker.stderr warn;

When using ngx_var_get to get nginx variables the function will core dump on some variables if they are not set. EX: ngx_var_get("referer"); will result in a core if the header...

When using ngx_request_headers these are the only headers I get back: HOST CONNECTION CACHE_CONTROL UPGRADE_INSECURE_REQUESTS USER_AGENT ACCEPT ACCEPT_ENCODING ACCEPT_LANGUAGE REFERER I've tried sending custom headers with cURL and they are...

This produces a nil pointer error on url.ParseQuery(u.RawQuery) ``` openssl s_client -connect testhost:443 -quiet GET sip:killer CRASH/2.0 ```