nginx+django+uwsgi static files 403 Forbidden
问题 Hi~ I'm deploying a website in CentOS 6.5. The framework is django1.7. I use nginx and uwsgi. The website is now available except 403 Forbidden for all static files. I have googled a few hours, and have changed the whole site folder as chmod 777. The owner of folder is kltc, and user in nginx.conf is also kltc. I have no idea why the problem is still Permission denied. nginx.conf user kltc; worker_processes 1; kuaileticao.miyayx.me server { # the port your site will be served on listen 80; #