Przeglądaj źródła

Also change git-ssb hostname in nginx

Bob Mottram 7 lat temu
rodzic
commit
3b952162cb
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      src/freedombone-mesh-batman

+ 2
- 0
src/freedombone-mesh-batman Wyświetl plik

@@ -508,7 +508,9 @@ function start {
508 508
     fi
509 509
 
510 510
     sed -i "s|\"host\":.*|\"host\": \"${HOSTNAME}.local\",|g" /etc/scuttlebot/.ssb/config
511
+    sed -i "s|server_name .*|server_name ${HOSTNAME}.local;|g" /etc/nginx/sites-available/git_ssb
511 512
     systemctl restart scuttlebot
513
+    systemctl restart nginx
512 514
 
513 515
     verify
514 516
 }