server { server_name localhost; location / { root /data/www; } location /images/ { root /data; } }