diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-04-17 14:57:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 14:57:02 +0100 |
commit | d1b8b8a2ea5495ce236bb9b57d617fabfce12822 (patch) | |
tree | da9e647d1fe51f20971606ad4f9d8257a5790170 /nginx-conf/index2.html |
Initial commit
Diffstat (limited to 'nginx-conf/index2.html')
-rw-r--r-- | nginx-conf/index2.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nginx-conf/index2.html b/nginx-conf/index2.html new file mode 100644 index 0000000..e73a98c --- /dev/null +++ b/nginx-conf/index2.html @@ -0,0 +1,8 @@ +<html> +<head> + <title>Test NGINX passed</title> +</head> +<body> +<h1>NGINX2 is working</h1> +</body> +</html> |