Subversion Repositories oidplus

Rev

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

Rev 448 Rev 476
Line 27... Line 27...
27
location /userdata/ {
27
location /userdata/ {
28
	root html;  # <-- You probably need to adjust this
28
	root html;  # <-- You probably need to adjust this
29
	deny all;
29
	deny all;
30
}
30
}
31
 
31
 
-
 
32
location /res/ {
-
 
33
	root html;  # <-- You probably need to adjust this
-
 
34
	deny all;
-
 
35
}
-
 
36
 
32
location /dev/ {
37
location /dev/ {
33
	root html;  # <-- You probably need to adjust this
38
	root html;  # <-- You probably need to adjust this
34
	deny all;
39
	deny all;
35
}
40
}
36
 
41