[serve-gogs.http2https.sh] rename to serve-gogs-http2https.sh

This commit is contained in:
luk.lu
2021-07-06 10:45:39 +08:00
parent ba82a1379b
commit 824b5d2b3f

7
serve-gogs-http2https.sh Normal file
View File

@@ -0,0 +1,7 @@
echo '>>>> Starting http2https in pm2 ...'
cd /faronear/git/git.faronear.org
# sudo it so that pm2 list shows it as root
sudo pm2 start ./node_modules/sol.webserver/server.js --name git.http2https
cd /faronear/git
echo '>>>> Started http2https.'