mirror of https://github.com/Aidaho12/haproxy-wi
v2.3
parent
ac1945b48e
commit
be58ce10c3
|
@ -10,8 +10,8 @@ time_zone = UTC
|
||||||
#Server for save configs from HAproxy servers
|
#Server for save configs from HAproxy servers
|
||||||
haproxy_configs_server = localhost
|
haproxy_configs_server = localhost
|
||||||
#Dir where configs will be save
|
#Dir where configs will be save
|
||||||
haproxy_save_configs_dir = ${main:fullpath}/app/hap_config/
|
haproxy_save_configs_dir = ${main:fullpath}/configs/hap_config/
|
||||||
kp_save_configs_dir = ${main:fullpath}/app/kp_config/
|
kp_save_configs_dir = ${main:fullpath}/configs/kp_config/
|
||||||
|
|
||||||
[mysql]
|
[mysql]
|
||||||
#Enable MySQL DB. If default will be used Sqlite DB. Default disable
|
#Enable MySQL DB. If default will be used Sqlite DB. Default disable
|
||||||
|
|
|
@ -323,7 +323,7 @@ pre {
|
||||||
min-height: calc(100vh - 70px);
|
min-height: calc(100vh - 70px);
|
||||||
}
|
}
|
||||||
.menu ul li{
|
.menu ul li{
|
||||||
padding: 7px;
|
padding: 5px;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue