From d45225703bd48f0890917dbc9279106ef8f5d151 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Mon, 2 Aug 2021 08:20:23 +0800 Subject: [PATCH] u --- install-seafile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-seafile.sh b/install-seafile.sh index 001a5b5..5bdd864 100755 --- a/install-seafile.sh +++ b/install-seafile.sh @@ -17,7 +17,7 @@ ln -s seafile-server-8.0.6 sea sudo ./seafile.sh start -# changed "127.0.0.1:8000" to "0.0.0.0:8000", otherwise it can only be accessed on the localhost. +# changed "127.0.0.1:8000" to "0.0.0.0:8000", otherwise it can only be accessed on the localhost, unless using nginx/apache to proxy sudo sed -i "s/127\.0\.0\.1/0.0.0.0/g" ../conf/gunicorn.conf.py # to change seahub port, to edit gunicorn.conf.py, it works although it still promts "Starting seahub at port 8000 ...". (Directly `./seahub.sh start ` prompts "Starting seahub at port ..." but it actually doesn't listen on .) sudo ./seahub.sh start