1
0
ulyc 2 лет назад
Родитель
Сommit
2414de6cc7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      init.sh

+ 1 - 1
init.sh

@@ -75,7 +75,7 @@ function generate_launch_shell() {
     mp="500$i"
     echo "/usr/bin/gunicorn $m.app:app -b 0.0.0.0:$mp -D" >>"start.sh"
 
-    m_domain="$m.$domain_name"
+    m_domain="http://$m.$domain_name"
 
     if [[ "$domain_name"  == "http://localhost" ]]; then
          m_domain=$domain_name:$mp