Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cannot send file to server with nginx

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 :: how to restore a mongodb dump with a new name 
Shell :: convert vmdk to qcow2 
Shell :: linux list files in txt 
Shell :: git pull request 
Shell :: suicide linux 
Shell :: flutter markdown 
Shell :: Installing Docker Engine in Linux/Ubuntu 
Shell :: error: required key missing from keyring 
Shell :: get folder from differente branch git 
Shell :: dukto for ubuntu download 
Shell :: how to start gnome desktop on fedora terminal 
Shell :: error: taint "node-role.kubernetes.io/master" not found 
Shell :: master to main github 
Shell :: remove yum repository 
Shell :: change default terminal linux 
Shell :: yarn not working after install 
Shell :: batch file if statement 
Shell :: git reset specific file 
Shell :: ubuntu 18 does not connect to bluetooth earphones 
Shell :: git squash commits 
Shell :: git clone to existing folder 
Shell :: npx gitignore generator 
Shell :: change wallpaper ubuntu 
Shell :: how install hub on ubuntu 
Shell :: remove file from commit 
Shell :: semantic ui react npm install 
Shell :: Deleting all the git local branches 
Shell :: linux awk 
Shell :: step10 pgadmin ubuntu 20.04 
Shell :: latest package yarn dependencies 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =