From 7f2eb6737dd7cac523a3a1c3f66dcdf734746769 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Sat, 19 Jul 2025 00:52:14 +0000 Subject: [PATCH] Add basic HTML content for nginx webserver --- html/index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 html/index.html diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..fc28be0 --- /dev/null +++ b/html/index.html @@ -0,0 +1,46 @@ + + + + + + nginx02 - Portainer Deployment + + + +
+

Welcome to nginx02

+
+

Stack: nginx02

+

Environment: docker03

+

Deployed via: Portainer with GitOps

+

Repository: git.oe74.net/adelorenzo/portainer-yaml

+
+

This nginx server was deployed successfully using Portainer from a Git repository.

+
+ + \ No newline at end of file