diff --git a/scripts/start_server.sh b/scripts/start_server.sh index 9915655..5d13171 100644 --- a/scripts/start_server.sh +++ b/scripts/start_server.sh @@ -9,7 +9,7 @@ start_server() { go build -tags netgo -ldflags '-s -w' -o app sudo setcap CAP_NET_BIND_SERVICE+ep app - nohup ./app > backend.log 2>&1 & + nohup ./app serve -proto https -p 4443 > backend.log 2>&1 & } start_client() {