Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nginx block post files

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 :: ubuntu locate binary file 
Shell :: store printed output in variable bash 
Shell :: add anaconda to git bash 
Shell :: install vuex orm 
Shell :: git merge branch to master 
Shell :: how to update your local repository 
Shell :: wp cli plugin install 
Shell :: rustup uninstall nightly 
Shell :: ssh upload file to server 
Shell :: ffmpeg add audio to image 
Shell :: powershell new item 
Shell :: Git - delete specific branch 
Shell :: displaying the last line of output bash 
Shell :: install aptitude ubuntu 20.04 
Shell :: rails all path 
Shell :: Please install mariadb package manually 
Shell :: check all ruby version ubuntu 
Shell :: reset certain file git 
Shell :: rails add gem to gemfile 
Shell :: ubuntu install latest vim 
Shell :: list users on server 
Shell :: Download Kubectl - latest release 
Shell :: command to stop docker 
Shell :: flask wtforms pip install 
Shell :: sleep in linux command 
Shell :: wc bash 
Shell :: openni 2 ros package install 
Shell :: rapids install 
Shell :: android get armeabi 
Shell :: cat meaning linux 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =