comparison xml/en/docs/http/ngx_http_core_module.xml @ 2921:52ea1f45b324

Clarified "if_modified_since off" behaviour (ticket #2176).
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 04 Jan 2023 01:07:06 +0300
parents 7ebe15d6c68d
children 547303412ab9
comparison
equal deleted inserted replaced
2920:8033ffaedeb9 2921:52ea1f45b324
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="102"> 13 rev="103">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
790 790
791 <list type="tag"> 791 <list type="tag">
792 792
793 <tag-name><literal>off</literal></tag-name> 793 <tag-name><literal>off</literal></tag-name>
794 <tag-desc> 794 <tag-desc>
795 the 795 the response is always considered modified (0.7.34);
796 <header>If-Modified-Since</header> request header field is ignored (0.7.34);
797 </tag-desc> 796 </tag-desc>
798 797
799 <tag-name><literal>exact</literal></tag-name> 798 <tag-name><literal>exact</literal></tag-name>
800 <tag-desc> 799 <tag-desc>
801 exact match; 800 exact match;