What changes my images location to nas/wp/www/cluster?

Solution:

try these options to display images on wordpress,

src="<?php echo base_url()?>your_theme_dir/image_dir/img.ext"

OR

src="<?php bloginfo('template_url'); ?>/image_dir/img.ext"