mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
rename nginx
This commit is contained in:
Executable
+10
@@ -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
|
||||
Reference in New Issue
Block a user