Subversion Repositories oidplus

Rev

Rev 294 | Rev 476 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 294 Rev 448
Line 37... Line 37...
37
location /includes/ {
37
location /includes/ {
38
	root html;  # <-- You probably need to adjust this
38
	root html;  # <-- You probably need to adjust this
39
	deny all;
39
	deny all;
40
}
40
}
41
 
41
 
-
 
42
location /setup/includes/ {
-
 
43
	root html;  # <-- You probably need to adjust this
-
 
44
	deny all;
-
 
45
}
-
 
46
 
42
location /plugins/publicPages/100_whois/whois/cli/ {
47
location /plugins/publicPages/100_whois/whois/cli/ {
43
	root html;  # <-- You probably need to adjust this
48
	root html;  # <-- You probably need to adjust this
44
	deny all;
49
	deny all;
45
}
50
}