From dcbf28a48dfb9f9962a6d665883845eebcf014bb Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 29 Jul 2026 09:10:15 +0200 Subject: [PATCH] feat(nginx): add hello world html template for nginx server --- templates/index.html.j2 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/index.html.j2 diff --git a/templates/index.html.j2 b/templates/index.html.j2 new file mode 100644 index 0000000..f6e3254 --- /dev/null +++ b/templates/index.html.j2 @@ -0,0 +1,11 @@ + + + Hello World + + +

Hello World

+

This is {{ ansible_hostname }}

+

Listening on {{ private_ip_nginx }}

+

Behind Reverseproxy from Caddy

+ +