Fix a warning in the config
Migrate the web admin to a request handler
This commit is contained in:
parent
0f9b2777a3
commit
56adfa37fb
@ -64,6 +64,7 @@ listen:
|
|||||||
"/bosh": mod_bosh
|
"/bosh": mod_bosh
|
||||||
"/api": mod_http_api
|
"/api": mod_http_api
|
||||||
"/upload": mod_http_upload
|
"/upload": mod_http_upload
|
||||||
|
"/admin": ejabberd_web_admin
|
||||||
custom_headers:
|
custom_headers:
|
||||||
"Access-Control-Allow-Origin": "*"
|
"Access-Control-Allow-Origin": "*"
|
||||||
"Access-Control-Allow-Methods": "OPTIONS, HEAD, GET, PUT"
|
"Access-Control-Allow-Methods": "OPTIONS, HEAD, GET, PUT"
|
||||||
@ -71,7 +72,6 @@ listen:
|
|||||||
"Access-Control-Allow-Credentials": "true"
|
"Access-Control-Allow-Credentials": "true"
|
||||||
tls: true
|
tls: true
|
||||||
## "/pub/archive": mod_http_fileserver
|
## "/pub/archive": mod_http_fileserver
|
||||||
web_admin: true
|
|
||||||
## register: true
|
## register: true
|
||||||
captcha: false
|
captcha: false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user