On the virtual server (VirtualBox) there is a website. The laptop is in the WI-FI network. How to make, that all who is in this network, could come on this site.
Computer IP - 192.168.0.106
VirtualBox IP - 192.168.100.1
eth0 - 192.168.100.100
tuning
sites-enabled/default server { listen 80; server_name localhost; location / { root /var/www; index index.html index.php; } } 