config.multi_sites do |multi_sites|
multi_sites.domain = 'localhost:8080'
multi_sites.reserved_subdomains = %w(site1 site2)
end 127.0.0.1 localhost
127.0.0.1 site1.localhost
127.0.0.1 site2.localhostconfig.multi_sites do |multi_sites|
multi_sites.domain = 'localhost:8080'
multi_sites.reserved_subdomains = %w()
end It looks like you're new here. If you want to get involved, click one of these buttons!