]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Listen on port 8443 by default and not 8080 22449/head
authorWido den Hollander <wido@42on.com>
Tue, 5 Jun 2018 07:32:58 +0000 (09:32 +0200)
committerWido den Hollander <wido@42on.com>
Thu, 7 Jun 2018 07:06:55 +0000 (09:06 +0200)
commit71c55486a7e73a24658c28f5d22682d908ed8e2d
tree9bc1a90ba97db064996ae67b05ec8cbc9f55b773
parent6a21295f7f6e7e0363bcfd30d2daf90561ef490c
mgr/dashboard: Listen on port 8443 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 use 8443.

Signed-off-by: Wido den Hollander <wido@42on.com>
(cherry picked from commit b7cc66e809e9f15b211adef5bac369c32a4bacaa)
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