--- a/provision/roles/fruitbar/templates/etc/nginx/sites-available/fruitbar Wed Apr 06 13:08:27 2016 +0800+++ b/provision/roles/fruitbar/templates/etc/nginx/sites-available/fruitbar Wed Apr 06 13:23:19 2016 +0800@@ -55,8 +55,9 @@ client_max_body_size 1M; keepalive_timeout 5; + root /home/{{ user }}/webapps/fruitbar;+ location /static/ {- root /home/{{ user }}/webapps/fruitbar; expires max; access_log off; }