Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 475 → Rev 476

/trunk/nginx.conf
29,6 → 29,11
deny all;
}
 
location /res/ {
root html; # <-- You probably need to adjust this
deny all;
}
 
location /dev/ {
root html; # <-- You probably need to adjust this
deny all;