mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
10 lines
201 B
Bash
Executable File
10 lines
201 B
Bash
Executable File
#!/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 |