comparison mod_http_favicon.wiki @ 454:528721aaea46

a bunch of pages: strip trailing whitespace
author Kim Alvefur <zash@zash.se>
date Sun, 27 Apr 2014 03:42:02 +0200
parents 6530cf806e20
children
comparison
equal deleted inserted replaced
453:85a5df9cc05f 454:528721aaea46
1 #summary HTTP favicon 1 #summary HTTP favicon
2 2
3 = Introduction = 3 = Introduction =
4 4
5 This simple module serves a `favicon.ico` from prosodys HTTP server and 5 This simple module serves a `favicon.ico` from prosodys HTTP server and
6 nothing else. 6 nothing else.
7 7
8 = Configuring = 8 = Configuring =
9 9
10 Simply load the module. The icon can be replaced by adding a `favicon` 10 Simply load the module. The icon can be replaced by adding a `favicon`
11 option to the config. 11 option to the config.
12 12
13 {{{ 13 {{{
14 modules_enabled = { 14 modules_enabled = {
15 ... 15 ...