Saturday, 7th August 2021

Nginx Error 13: Permission denied

I look into /usr/local/apache/domlogs Saw the error [crit] 4548#0: *1289399 open() “/var/lib/nginx/tmp/client_body/0000000359” failed (13: Permission denied) Found this solution: https://github.com/CampbellSoftwareSolutions/docker-osticket/issues/34 Updated the nginx.conf http by including the line client_body_temp_path /tmp 1 2; Then restarted nginx. Thanks! Solved it: You need to add this to the nginx.conf http { # …… Continue reading…