Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: nvidia proprietary driver arch linux 
Shell :: bash calculate sum 
Shell :: add anaconda to bash 
Shell :: start xampp on mac 
Shell :: gui for ubuntu server 
Shell :: linux create link to folder 
Shell :: install nvm 
Shell :: how to disable browser autofill in Autocomplete mui component 
Shell :: bash how to log in to remote server 
Shell :: rsync ssh 
Shell :: git undo unstaged changes to one file 
Shell :: current git id 
Shell :: bash switch 
Shell :: list node running 
Shell :: ubuntu releases 
Shell :: linux install pycharm command line without snap 
Shell :: bash call another script relative to current script 
Shell :: git revert to old commit 
Shell :: linux check which app is using network 
Shell :: ls permission 
Shell :: linux create user with homedir 
Shell :: how to open a folder using terminal 
Shell :: Editing a Commit message 
Shell :: bash two for loops 
Shell :: download a file using curl 
Shell :: delete first two lines of file linux 
Shell :: ubuntu monitor io 
Shell :: sed delete line before match 
Shell :: Android get abi version 
Shell :: install wordpress ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =