nginx / nginx.org

Sources for the NGINX website and documentation
https://nginx.org
Other
48 stars 18 forks source link

add_header documentation should warn about not sending empty values #50

Open crowne opened 2 months ago

crowne commented 2 months ago

The add_header directive will not generate a header if the value provided is an empty string

See https://serverfault.com/a/1120170/51987