Answers for "pen() "/var/lib/nginx/tmp/client_body/0000000001" failed (13: Permission denied), client:"

0

pen() "/var/lib/nginx/tmp/client_body/0000000001" failed (13: Permission denied), client:

Your nginx worker has no permissions to write in nginx directory.
so you have two options:

1. give the nginx permisions:
  chmod -R 777 /var/lib/nginx/
  
2. change the nginx user to nginx(better option).
  go to to /etc/nginx/nginx.conf
  and change the user to nginx.
Posted by: Guest on September-09-2021

Code answers related to "pen() "/var/lib/nginx/tmp/client_body/0000000001" failed (13: Permission denied), client:"

Browse Popular Code Answers by Language