[nginx-site] Documented proxy_allow_http09.

Maxim Dounin mdounin at mdounin.ru
Tue Aug 26 15:07:11 UTC 2025


details:   http://freenginx.org/hg/nginx-site/rev/e9e342ca6ba4
branches:  
changeset: 3115:e9e342ca6ba4
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Sat Aug 23 02:34:14 2025 +0300
description:
Documented proxy_allow_http09.

diffstat:

 xml/en/docs/http/ngx_http_proxy_module.xml |  17 ++++++++++++++++-
 xml/ru/docs/http/ngx_http_proxy_module.xml |  17 ++++++++++++++++-
 2 files changed, 32 insertions(+), 2 deletions(-)

diffs (68 lines):

diff --git a/xml/en/docs/http/ngx_http_proxy_module.xml b/xml/en/docs/http/ngx_http_proxy_module.xml
--- a/xml/en/docs/http/ngx_http_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="79">
+        rev="80">
 
 <section id="summary">
 
@@ -39,6 +39,21 @@ location / {
 
 <section id="directives" name="Directives">
 
+<directive name="proxy_allow_http09">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>off</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.29.1</appeared-in>
+
+<para>
+Enables support for HTTP/0.9 responses.
+By default, such responses are rejected since version 1.29.1.
+</para>
+
+</directive>
+
 <directive name="proxy_bind">
 <syntax>
     <value>address</value>
diff --git a/xml/ru/docs/http/ngx_http_proxy_module.xml b/xml/ru/docs/http/ngx_http_proxy_module.xml
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="79">
+        rev="80">
 
 <section id="summary">
 
@@ -39,6 +39,21 @@ location / {
 
 <section id="directives" name="Директивы">
 
+<directive name="proxy_allow_http09">
+<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<default>off</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.29.1</appeared-in>
+
+<para>
+Разрешает обработку ответов, использующих протокол HTTP/0.9.
+По умолчанию такие ответы отвергаются начиная с версии 1.29.1.
+</para>
+
+</directive>
+
 <directive name="proxy_bind">
 <syntax>
     <value>адрес</value>


More information about the nginx-devel mailing list