headers-more-nginx-module icon indicating copy to clipboard operation
headers-more-nginx-module copied to clipboard

Set, add, and clear arbitrary output headers in NGINX http servers

Results 51 headers-more-nginx-module issues
Sort by recently updated
recently updated
newest added

Anyone know why it's not compatible? I use nginx version: nginx/1.17.8

Update: I found [this issue mentioned here ](https://trac.nginx.org/nginx/ticket/2358) and requires updates to use new api I tried to compile the latest Nginx 1.23.0 on Ubuntu 22.04 with my usual build...

When using sudo nginx -t I get this error sudo nginx -t nginx: [emerg] dlopen() "/etc/nginx/modules/modules/ngx_http_headers_more_filter_module.so" failed (/etc/nginx/modules/modules/ngx_http_headers_more_filter_module.so: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:7...

Hi! I am currently suffering from this issue. - https://github.com/openresty/headers-more-nginx-module/issues/109 It seems to be closed, but I think it has not been resolved. Is there a solution or workaround?

This limitation seems arbitrary and I didn't find any discussion preceding it. So, I removed it. Verified with nginx 1.20.2.

I'm not sure what is going on here since I had it working before, but headers aren't clearing properly: ``` more_clear_headers "Server:*"; more_clear_headers "X-Page-Speed:*"; more_clear_headers "X-Powered-By:*"; more_clear_headers "X-CF-Powered-By:*"; ``` Is...

core dump ``` (gdb) bt full #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 set = {__val = {65536, 94556631326832, 140725098555056, 139957303924096, 4222451712, 94556631326832, 94556631326933, 94556631326832, 94556631326832, 94556631327069, 94556631327132, 94556631326832, 94556631327132, 0, 0,...

compare ```nginx more_set_headers "name1: value1"; location =/one { more_set_headers "name2: value2"; return 303 OK; } ``` and ```nginx location @error { return 200 OK; } more_set_headers "name1: value1"; location =/two...

Please let us know whether the headers-more-nginx-module module is compatible with nginx 1.19.1. It is given in the readme that it is supported upto the version 1.17.x. I was trying...

Hi, I noted that sometimes the attachment files send from iphone are missing into webmail office 365... How it's possible check this issuse ? Regards