comparison mod_http_index/README.markdown @ 2487:99a025dc4f6b

mod_http_index/README: Linkify module names
author Kim Alvefur <zash@zash.se>
date Tue, 07 Feb 2017 09:57:58 +0100
parents 318f38d79ea9
children cb9517827d76
comparison
equal deleted inserted replaced
2486:a5d4a78c7619 2487:99a025dc4f6b
1 Introduction 1 Introduction
2 ============ 2 ============
3 3
4 This module produces a list of enabled HTTP "apps" exposed from Prosody 4 This module produces a list of enabled HTTP "apps" exposed from Prosody
5 at `http://example.org:5280/`, e.g. mod\_http\_muc\_log, 5 at `http://example.org:5280/`, e.g. [mod\_http\_muc\_log],
6 mod\_http\_files or mod\_admin\_web. If you think Prosodys default 6 [mod\_http\_files][doc:modules:mod_http_files] or
7 "root" web page (a 404 error usually) is boring, this might be the 7 [mod\_admin\_web]. If you think Prosodys default "root" web page (a
8 module for you! :) 8 404 error usually) is boring, this might be the module for you! :)
9 9
10 Configuration 10 Configuration
11 ============= 11 =============
12 12
13 Install and enable like any other module. Also see [Prosodys HTTP 13 Install and enable like any other module. Also see [Prosodys HTTP