Comparison

mod_http_favicon/README.md @ 6003:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parent 1803:mod_http_favicon/README.markdown@4d73a1a6ba68
comparison
equal deleted inserted replaced
6002:5a65a632d5b9 6003:fe081789f7b5
1 ---
2 summary: HTTP favicon
3 ...
4
5 Introduction
6 ============
7
8 This simple module serves a `favicon.ico` from prosodys HTTP server and
9 nothing else.
10
11 Configuring
12 ===========
13
14 Simply load the module. The icon can be replaced by adding a `favicon`
15 option to the config.
16
17 modules_enabled = {
18 ...
19 "favicon";
20 }
21
22 favicon = "/path/to/my-favicon.ico" -- Override the built in one
23
24 Compatibility
25 =============
26
27 ------- --------------
28 trunk Works
29 0.9 Works
30 0.8 Doesn't work
31 ------- --------------