Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Commit 712896c

Browse files
committed
change upstream
1 parent e223bd6 commit 712896c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

maxscale.cnf

+10-5
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,19 @@ port=$DB3_PORT
7878
protocol=MariaDBBackend
7979
priority=$DB3_PRIO
8080

81-
# MaxAdmin Service
82-
[MaxAdmin Service]
81+
[MaxAdmin]
8382
type=service
8483
router=cli
8584

86-
# MaxAdmin listener
87-
[MaxAdmin Listener]
85+
[MaxAdmin-Unix-Listener]
8886
type=listener
89-
service=MaxAdmin Service
87+
service=MaxAdmin
9088
protocol=maxscaled
9189
socket=default
90+
91+
[MaxAdmin-Inet-Listener]
92+
type=listener
93+
service=MaxAdmin
94+
protocol=maxscaled
95+
address=localhost
96+
port=6603

0 commit comments

Comments
 (0)