annotate xml/en/docs/http/ngx_http_empty_gif_module.xml @ 3090:27532d42102b default tip

Documented the "rate" parameter of the "error_log" directive.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 16 Jun 2024 06:55:30 +0300
parents 95c3c3bbf1ce
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
222
bfe3eff81d04 Removed redundant encoding specification.
Ruslan Ermilov <ru@nginx.com>
parents: 150
diff changeset
1 <?xml version="1.0"?>
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2
580
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 351
diff changeset
3 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 351
diff changeset
4 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 351
diff changeset
5 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 351
diff changeset
6 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 351
diff changeset
7
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
10 <module name="Module ngx_http_empty_gif_module"
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
11 link="/en/docs/http/ngx_http_empty_gif_module.html"
589
764fbac1b8b4 Added document revision.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
12 lang="en"
764fbac1b8b4 Added document revision.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
13 rev="1">
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
14
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
15 <section id="summary">
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
16
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
17 <para>
966
95c3c3bbf1ce Text review.
Egor Nikitin <yegor.nikitin@gmail.com>
parents: 589
diff changeset
18 The <literal>ngx_http_empty_gif_module</literal> module emits
150
39dd017f016f Some rewording.
Ruslan Ermilov <ru@nginx.com>
parents: 149
diff changeset
19 single-pixel transparent GIF.
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
20 </para>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
21
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
22 </section>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
23
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
24
320
197ac51e7f0e Changed attributes order.
Ruslan Ermilov <ru@nginx.com>
parents: 271
diff changeset
25 <section id="example" name="Example Configuration">
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
26
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
27 <para>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
28 <example>
351
a4fa80755eab Consistently strip initial offset in examples.
Ruslan Ermilov <ru@nginx.com>
parents: 320
diff changeset
29 location = /_.gif {
a4fa80755eab Consistently strip initial offset in examples.
Ruslan Ermilov <ru@nginx.com>
parents: 320
diff changeset
30 empty_gif;
a4fa80755eab Consistently strip initial offset in examples.
Ruslan Ermilov <ru@nginx.com>
parents: 320
diff changeset
31 }
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
32 </example>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
33 </para>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
34
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
35 </section>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
36
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
37
320
197ac51e7f0e Changed attributes order.
Ruslan Ermilov <ru@nginx.com>
parents: 271
diff changeset
38 <section id="directives" name="Directives">
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
39
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
40 <directive name="empty_gif">
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
41 <syntax/>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
42 <default/>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
43 <context>location</context>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
44
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
45 <para>
150
39dd017f016f Some rewording.
Ruslan Ermilov <ru@nginx.com>
parents: 149
diff changeset
46 Turns on module processing in a surrounding location.
149
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
47 </para>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
48
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
49 </directive>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
50
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
51 </section>
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
52
19c36eed784e Initial translation of the ngx_http_empty_gif_module documentation.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
53 </module>