Skip to content

Commit 06ba7ba

Browse files
authored
Merge pull request #67 from mchalain/v2.5/test80
[tests] add test80 configuration file
2 parents d105219 + 90358f1 commit 06ba7ba

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tests/conf/test17.conf.in

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
user="%USER%";
2+
servers= ({
3+
hostname = "ouistiti.local";
4+
port = 8443;
5+
keepalivetimeout = 5;
6+
version="HTTP11";
7+
unlock_groups = "users";
8+
auth = {
9+
realm = "welcome to ouistiti";
10+
file = "shadow";
11+
type = "Basic";
12+
secret = "I am a great pretender";
13+
unprotect="^trust/*";
14+
options = "cookie";
15+
algorithm = "SHA-256";
16+
};
17+
document = {
18+
docroot = "%PWD%/tests/htdocs";
19+
allow = ".html,.htm,.css,.js,.txt,*";
20+
deny = "^.htaccess,.cgi,.php";
21+
options = "dirlisting,range,rest";
22+
};
23+
tls = {
24+
crtfile = "%PWD%/tests/conf/ouistiti_srv.crt";
25+
pemfile = "%PWD%/tests/conf/ouistiti_srv.key";
26+
cachain = "%PWD%/tests/conf/ouistiti_ca.crt";
27+
dhmfile = "%PWD%/tests/conf/ouistiti_dhparam.key";
28+
};
29+
});
30+

0 commit comments

Comments
 (0)