Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 447 → Rev 448

/trunk/nginx.conf
39,6 → 39,11
deny all;
}
 
location /setup/includes/ {
root html; # <-- You probably need to adjust this
deny all;
}
 
location /plugins/publicPages/100_whois/whois/cli/ {
root html; # <-- You probably need to adjust this
deny all;