Fix url path in request_handlers example configs
This commit is contained in:
parent
9fe5f383dc
commit
494ba6f941
|
@ -3,7 +3,7 @@ listen:
|
|||
port: 5282
|
||||
module: ejabberd_http
|
||||
request_handlers:
|
||||
"muclog": mod_muc_log_http
|
||||
"/muclog": mod_muc_log_http
|
||||
|
||||
modules:
|
||||
mod_muc_log:
|
||||
|
|
|
@ -40,7 +40,7 @@ listen:
|
|||
module: ejabberd_http
|
||||
[...]
|
||||
request_handlers:
|
||||
"presence": mod_webpresence
|
||||
"/presence": mod_webpresence
|
||||
|
||||
modules:
|
||||
mod_webpresence:
|
||||
|
@ -122,7 +122,7 @@ listen:
|
|||
port: 5280
|
||||
module: ejabberd_http
|
||||
request_handlers:
|
||||
"presence": mod_webpresence
|
||||
"/presence": mod_webpresence
|
||||
|
||||
modules:
|
||||
mod_webpresence:
|
||||
|
@ -137,7 +137,7 @@ listen:
|
|||
port: 80
|
||||
module: ejabberd_http
|
||||
request_handlers:
|
||||
"status": mod_webpresence
|
||||
"/status": mod_webpresence
|
||||
|
||||
modules:
|
||||
mod_webpresence:
|
||||
|
|
|
@ -3,7 +3,7 @@ listen:
|
|||
port: 5284
|
||||
module: ejabberd_http
|
||||
request_handlers:
|
||||
"presence": mod_webpresence
|
||||
"/presence": mod_webpresence
|
||||
|
||||
modules:
|
||||
mod_webpresence:
|
||||
|
|
Loading…
Reference in New Issue