- Change router Ip to 192.168.1.200 and Disable the DHCP Server
- From wan make connection type (bridge), tick LAN1 LAN2 LAN3 LAN4 SSID1 SSID2 SSID3 and SSID4
- Choose service list only (INTERNET)
- Restart...
- Done
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
server_name laravel.dev; | |
root /var/www/vhosts/laravel.dev/public; | |
index index.html index.htm index.php; | |
charset utf-8; | |
location / { |
NewerOlder