]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Listen on port 7000 by default and not 8080 22409/head
authorWido den Hollander <wido@42on.com>
Tue, 5 Jun 2018 07:32:58 +0000 (09:32 +0200)
committerWido den Hollander <wido@42on.com>
Tue, 5 Jun 2018 14:55:45 +0000 (16:55 +0200)
commitb7cc66e809e9f15b211adef5bac369c32a4bacaa
tree5902d1483c6756a249d5166ece7e38d46957d569
parentad3c1ec5d02334a63099ceb7bb0a65edd883d1b9
mgr/dashboard: Listen on port 7000 by default and not 8080

Port 8080 is a common alternative HTTP port used for web traffic.

The dashboard however uses SSL (which can not be turned off) and for
that purpose we should either use 8443.

Historically the dashboard would run on port 7000 so to keep this backwards
compatibility the dashboard should bind again on TCP 7000.

Signed-off-by: Wido den Hollander <wido@42on.com>
doc/mgr/dashboard.rst
src/pybind/mgr/dashboard/HACKING.rst
src/pybind/mgr/dashboard/controllers/__init__.py
src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample
src/pybind/mgr/dashboard/module.py