trevorpao
6/24/2013 - 7:17 AM

nginx priv fix

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