summaryrefslogtreecommitdiff
path: root/test/modules/http2/htdocs/cgi/ssi/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/http2/htdocs/cgi/ssi/test.html')
-rw-r--r--test/modules/http2/htdocs/cgi/ssi/test.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/modules/http2/htdocs/cgi/ssi/test.html b/test/modules/http2/htdocs/cgi/ssi/test.html
new file mode 100644
index 0000000000..1782358d5a
--- /dev/null
+++ b/test/modules/http2/htdocs/cgi/ssi/test.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<html>
+<head><meta charset="UTF-8"></head>
+<body>
+ test<br>
+ <!--#include virtual="./include.inc"-->
+ hello<br>
+</body>
+</html>