summaryrefslogtreecommitdiff
path: root/pod/nginx/ngx_http_empty_gif_module.pod
blob: a992c8f80996bbf1ff42af5c655e8684e8fc9413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
=encoding utf-8

=head1 NAME

ngx_http_empty_gif_module - Module ngx_http_empty_gif_module




=head1



The C<ngx_http_empty_gif_module> module emits
single-pixel transparent GIF.




=head1 Example Configuration




    
    location = /_.gif {
        empty_gif;
    }






=head1 Directives

=head2 empty_gif




B<context:> I<location>





Turns on module processing in a surrounding location.