rename nginx

This commit is contained in:
2023-06-30 09:53:48 +02:00
parent 8e41a16dcf
commit 7ee7712a89
7 changed files with 558 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# set -e
# usermod -a -G tooloop www-data
ln -s /etc/nginx/sites-available/tooloop /etc/nginx/sites-enabled/
sudo unlink /etc/nginx/sites-enabled/default
systemctl restart nginx
# exit 0