This commit is contained in:
Михаил Капелько
2025-12-06 07:47:28 +03:00
parent 89abf6db4a
commit 932cf86be9
3 changed files with 6 additions and 1 deletions

5
step/copyCertToVPS Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
STEP=$((STEP+1))
echo -e "\n> > > > Шаг №$STEP. Копируем боевые настройки Nginx"
cp $SDIR/../nginx/prod.cfg /etc/nginx/sites-enabled/default