Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)

sudo chown -R www-data:www-data /var/log/nginx;
sudo chmod -R 755 /var/log/nginx;
Comment

PREVIOUS NEXT
Code Example
Shell :: add git user and email 
Shell :: find text terminal filees 
Shell :: heroku logs tail 
Shell :: mac error that port is already in use 
Shell :: apache disable autostart linux 
Shell :: vuejs sass Syntax Error: TypeError: this.getOptions is not a function 
Shell :: shutdown pc in 10 minutes 
Shell :: Amazon Linux 2 AMI install docker 
Shell :: how to change java version in linux 
Shell :: Could not find OpenSSL. Install an OpenSSL development package or 
Shell :: ps1 file not digitally signed 
Shell :: install jsdoc 
Shell :: get all wifi password by terminal linux 
Shell :: count files in directory linux 
Shell :: download play list youtube-dl 
Shell :: bat current directory 
Shell :: enumerate with letters latex 
Shell :: install cmake ubuntu 
Shell :: python install mysql connector 
Shell :: git commit username and email 
Shell :: install mysql server and workbench ubuntu 
Shell :: snap store ubuntu update 
Shell :: ubuntu command to list largest files 
Shell :: check installed packages apt-get 
Shell :: change folder permisson in mac 
Shell :: how to install tor browser in kali 
Shell :: change remote origin 
Shell :: install sdl2 linux 
Shell :: lightgbm install 
Shell :: install sshpass mac 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =