@@ -12,6 +12,7 @@ if [ ! -f .env ]; then
fi
# Load environment variables
tr -d '\r' < .env > .env.tmp && mv .env.tmp .env
source .env
# 2. Handle Reverse Proxy and SSL Configuration
The note is not visible to the blocked user.