nginx priv fix
chown -R www-data:www-data .; find ./ -type d -print0 | xargs -0 chmod -R 775; find ./ -type f -print0 | xargs -0 chmod -R 664; ll