diff host/start.sh @ 2050:1f4c590bf0ae acme-tiny

explicitly specify nginx conf
author Violet7
date Tue, 11 Nov 2025 18:21:08 -0800
parents fa8304b060d9
children
line wrap: on
line diff
--- a/host/start.sh	Tue Nov 11 17:36:06 2025 -0800
+++ b/host/start.sh	Tue Nov 11 18:21:08 2025 -0800
@@ -10,6 +10,7 @@
 
 touch started.lock;
 sudo $(which nginx) -c $(pwd)/local/nginx.conf;
+
 if [ "$1" == "launchd" ]; then
   java -Xms1024M -classpath $CLASSPATH luan.Luan run_host.luan logs 1>logs/stdout.log 2>logs/stderr.log
 else