fix: correct nginx conflict removal

This commit is contained in:
2025-12-27 16:07:25 +11:00
parent 228ffa1912
commit 7bb29736b9

View File

@@ -39,7 +39,7 @@ EOF
# Remove default TurnKey/Nginx configurations if they exist # Remove default TurnKey/Nginx configurations if they exist
rm -f /etc/nginx/sites-enabled/default rm -f /etc/nginx/sites-enabled/default
rm -f /etc/nginx/sites-enabled/tkl-default rm -f /etc/nginx/sites-enabled/tkl-default
rm -f /etc/nginx/sites-enabled/node rm -f /etc/nginx/sites-enabled/nodejs
rm -f /etc/nginx/sites-enabled/app rm -f /etc/nginx/sites-enabled/app
# Enable the new app configuration # Enable the new app configuration