TrafeX/docker-php-nginx

error documents not working

boindil opened this issue · 2 comments

The chmod on /var/lib/nginx should be 755 for it to work - getting 403 otherwise when it tries to access the error files.

Hi @boindil,

I don't see why that's necessary. Nginx is running under de nobody user and that user is the owner of /var/lib/nginx and all underlying folders. Can you paste the error you're getting?

I'm closing this issue due to inactivity. Let me know if you still experience this so I can re-open it.