formatting

This commit is contained in:
openoms 2024-09-03 16:48:14 +02:00
parent 65ad3ba157
commit 53a264faae
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -66,8 +66,6 @@ Activate Tor to serve an .onion address.
exit 0
fi
if [ "$1" = "on" ]; then
/home/admin/config.scripts/bonus.go.sh on
@ -164,8 +162,7 @@ EOF
sudo ufw allow ${portSSL} comment 'bostr2 SSL'
# nginx
cat <<EOF | sudo tee /etc/nginx/sites-available/bostr2
cat <<EOF | sudo tee /etc/nginx/sites-available/bostr2
server {
listen ${portSSL} ssl http2;
listen [::]:${portSSL} ssl http2;