diff host/start.sh @ 1630:b735ed134662

add nginx and ssl for host
author fffilimonov
date Fri, 10 Dec 2021 17:08:17 +0000
parents 520707a70379
children 665049cffc02
line wrap: on
line diff
--- a/host/start.sh	Tue Dec 07 23:39:48 2021 -0700
+++ b/host/start.sh	Fri Dec 10 17:08:17 2021 +0000
@@ -35,4 +35,4 @@
   checkRunning;
 fi;
 
-#sudo /usr/local/bin/nginx -c $(pwd)/local/nginx.conf;
+sudo $(which nginx) -c $(pwd)/local/nginx.conf;