# HG changeset patch # User Ruslan Ermilov # Date 1330338968 0 # Node ID 1d6dc85ed324fbb45ad6ea44a9d60334e4fddb15 # Parent c0fef00f71fb4d7e179ee91aec1a71a63afa22aa Specifying "ignore_invalid_headers" or "underscores_in_headers" on the server level in a default server affects all virtual servers listening on the same address:port. diff -r c0fef00f71fb -r 1d6dc85ed324 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Fri Feb 24 16:22:08 2012 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Mon Feb 27 10:36:08 2012 +0000 @@ -638,6 +638,13 @@ directive). + +A directive can be specified on the level +in a default server. +In this case, its value will cover all virtual servers +listening on the same address and port. + + @@ -2467,6 +2474,13 @@ directive. + +If a directive is specified on the + +level, which is also a default server, its value will cover +all virtual servers listening on the same address and port. + + diff -r c0fef00f71fb -r 1d6dc85ed324 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Fri Feb 24 16:22:08 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Mon Feb 27 10:36:08 2012 +0000 @@ -625,6 +625,13 @@ ). + +Директива может быть указана на уровне +в сервере по умолчанию. +В этом случае её значение распространяется на все виртуальные серверы, +слушающие на том же адресе и порту. + + @@ -2453,6 +2460,13 @@ . + +Директива может быть указана на уровне +в сервере по умолчанию. +В этом случае её значение распространяется на все виртуальные серверы, +слушающие на том же адресе и порту. + +