http { server { listen 8080; server_name localhost; location / { root /usr/local/nginx/html/www; } location /images/ { root /usr/local/nginx/html; } }}