mirror of https://github.com/Aidaho12/haproxy-wi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
32 lines
1.3 KiB
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>HAProxy web manager</title>
|
|
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
<link href="/inc/style.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<div class="conteinerIndex">
|
|
<h2>Welcome to HAproxy-WI!</h2>
|
|
<h3>Choose your destiny!</h3>
|
|
<a href="cgi-bin/overview.py" title="Server and service status">Overview</a> <br />
|
|
<a href="cgi-bin/viewsttats.py" title="View stats">View stats</a> <br />
|
|
<a href="cgi-bin/logs.py" title="View logs">Logs</a> <br />
|
|
<a href="cgi-bin/map.py" title="View map">Map</a> <br />
|
|
<a href="cgi-bin/edit.py" title="Edit settings">Edit settings</a> <br />
|
|
<a href="cgi-bin/diff.py" title="Compare Configs">Compare</a> <br />
|
|
<a href="cgi-bin/configshow.py" title="Show Config">Show</a> <br />
|
|
<a href="cgi-bin/add.py" title="Add single listen/frontend/backend">Add</a> <br />
|
|
<a href="cgi-bin/config.py" title="Edit settings">Edit config</a> <br />
|
|
<a href="cgi-bin/configver.py" title="Upload old config">Upload old config</a> <br />
|
|
<a href="cgi-bin/delver.py" title="Upload old config">Delete old config</a> <br />
|
|
<div class="copyright">
|
|
HAproxy Web Interface v1.9
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|