Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 293 → Rev 294

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