Well... if i CD to /home/user/html/ and "sudo -u nobody cat index.html" everything is OK, (i see html code)
if i however "sudo -u nobody cat /home/user/html/index.html", i get permission denied...
I have chmodded the files to user:nobody and added user to nobody-group, but still same error...