comparison mod_http_favicon/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents mod_http_favicon/README.wiki@29f3d6b7ad16
children
comparison
equal deleted inserted replaced
1802:0ab737feada6 1803:4d73a1a6ba68
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 ------- --------------