diff options
Diffstat (limited to '')
-rw-r--r-- | nginx-conf/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nginx-conf/index.html b/nginx-conf/index.html new file mode 100644 index 0000000..d147627 --- /dev/null +++ b/nginx-conf/index.html @@ -0,0 +1,8 @@ +<html> +<head> + <title>Test NGINX passed</title> +</head> +<body> +<h1>NGINX is working</h1> +</body> +</html> |