Skip to content

Instantly share code, notes, and snippets.

@pr0way
Created November 23, 2018 17:41
Show Gist options
  • Save pr0way/5265fb83ce931d7e22eca2c5110153f8 to your computer and use it in GitHub Desktop.
Save pr0way/5265fb83ce931d7e22eca2c5110153f8 to your computer and use it in GitHub Desktop.
Simple temporary solution for disappear nginx logs folder
# Add these lines at the end your /etc/rc.local before `exit 0`
if [ ! -d /var/log/nginx ]; then
sudo mkdir -p /var/log/nginx
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment