Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 289 → Rev 290

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