add nginx scripts

This commit is contained in:
openoms
2022-03-30 09:32:39 +01:00
parent 1b5bd33816
commit e7addd5afa
5 changed files with 77 additions and 9 deletions

View File

@@ -240,5 +240,5 @@ if [ $1 = revert ];then
# test
sudo nginx -t
# reload
sudo systemctl reload nginx
sudo systemctl restart nginx
fi