diff --git a/webserver-ip.sh b/webserver-ip.sh index 1263d63..76bd3cb 100644 --- a/webserver-ip.sh +++ b/webserver-ip.sh @@ -19,5 +19,5 @@ while true; do { echo -e "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n"; cat index.html; - } | nc -l -p 80 -q 1 + } | nc -l -p 8080 -q 1 done