Custom Query (2311 matches)
Results (64 - 66 of 2311)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#826 | fixed | Add config option for NGX_HTTP_CACHE_VARY_LEN | ||
Description |
Hi Currently NGX_HTTP_CACHE_VARY_LEN is hardcoded at 42 characters in length. This is undocumented and causes us major issues (as we vary on zero to many header values) in our reverse proxy setup. I have a workaround currently which is a build-time patch (against 1.9.x): https://gist.github.com/neilstuartcraig/62cb5236eeabab9a8a4d It would be really nice if this could be a configurable option to make it simple to change without mandating users compile nginx from source. I have had messages via comments and twitter since documenting this on my blog (https://thedotproduct.org/nginx-vary-header-handling/) from several people who hit the same issue. Cheers Neil |
|||
#823 | wontfix | Add disable_header option (opposite of add_header) which would let apps (php, ..) to control their headers | ||
Description |
Dear devs, I think it would be nice to have "disable_header" option. To give you an idea what I mean, I will give you an example. In my particular case I am using Piwik (open source analytics solution) which always adds "X-Frame-Options". Here is the owner's response which says that this header should be controlled by the webserver only https://github.com/piwik/piwik/issues/7379#issuecomment-133149429 (I believe there are more such pieces of SW that add their own extra headers) I am okay with switching this header off in the nginx config and letting the Piwik to take the control of it, unfortunately I have the "X-Frame-Options" header set in a global config for all my vhosts (somehwere in conf.d/*.conf, my vhosts are in vhosts/*.conf) which gives me only way to split the headers among the vhost files and this is not something I want. It would be nice to have the application-level headers control as well, and even mixed (some headers to be set by the nginx and some - by the app). Therefore I suggest to add "disable_header" flag. (or it can be named as "exclude_header" or "except_header", ...) (an extra idea) "disable_header" could be also wildcard'ed, I bet someone would find this useful. (wildcard use case example "disable_header X-*;") If you see my point, I would be happy to see this feature in the coming release! |
|||
#1075 | fixed | Add german book to website | ||
Description |
I am the author of the german book: "Nginx richtig konfigurieren" (roughly translated "Configure nginx right"). As there are currently no german books on the nginx.org website it would be very much appreciated if you could add it: <book title="Nginx richtig konfigurieren" link="https://www.amazon.de/Nginx-richtig-konfigurieren-Websites-WordPress-ebook/dp/B01GI4C982/" author="Oliver Gutperl" site="https://webserver.tips" publisher="Digital Sailors" lang="Deutsch (German)" cover="../books/nginx_richtig_konfigurieren.jpg" /> |