-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (20 loc) · 845 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Caddy</title>
<style>
body {
text-align: center;
font-family: Tahoma, Geneva, Verdana, sans-serif;
}
</style>
</head>
<body>
<h1>Caddy web server.</h1>
<p>If you see this page, Caddy container works.</p>
<p>This image of Caddy is built from <a href="//github.com/abiosoft/caddy-docker" target="_blank">abiosoft/caddy-docker</a> with a custom set of plugins + original ones.<p>
<p>You can see the full list of plugins for this image variant <a href="//github.com/alexandzors/caddy" target="_blank">here</a>.<p>
<p>More instructions about the base image can be found <a href="//github.com/abiosoft/caddy-docker/blob/master/README.md" target="_blank">here</a>.<p>
<p>More instructions for Caddy can be found <a href="//caddyserver.com/docs" target="_blank">here</a>.<p>
</body>
</html>