Fix a warning in the config

Migrate the web admin to a request handler
This commit is contained in:
Greg Karékinian 2020-02-17 15:48:15 +01:00
parent 0f9b2777a3
commit 56adfa37fb

View File

@ -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