From 0db627a954fffb42617ff3ecc9e3d56d24a5bb3f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 17 Aug 2018 18:43:30 +0200 Subject: Fixed remote access --- StartServer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StartServer.sh b/StartServer.sh index a81c1e9..42be53a 100644 --- a/StartServer.sh +++ b/StartServer.sh @@ -1,7 +1,7 @@ #!/bin/bash -e redis-server & PIDS[0]=$! -php artisan serve --host=192.168.0.59 & +sudo php artisan serve --host 0.0.0.0 --port 80 & PIDS[1]=$! trap "kill ${PIDS[*]}" SIGINT -- cgit v1.2.3