feat(nginx): add hello world html template for nginx server
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Hello World</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Hello World</h1>
|
||||||
|
<p>This is {{ ansible_hostname }}</p>
|
||||||
|
<p>Listening on {{ private_ip_nginx }}</p>
|
||||||
|
<p>Behind Reverseproxy from Caddy</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user