Update usdt.sh

This commit is contained in:
NewName
2024-10-06 15:41:15 +08:00
parent 2946c2392a
commit f460213af3

View File

@@ -118,7 +118,7 @@ if [[ $answer =~ ^[Yy]$ ]]; then
echo -e "${GREEN}正在配置Caddy...${NC}"
sudo tee /etc/caddy/Caddyfile > /dev/null << EOL
$DOMAIN {
encode gzip
encode brotli gzip
reverse_proxy localhost:7000
}
EOL