Update usdt.sh
This commit is contained in:
@@ -118,7 +118,7 @@ if [[ $answer =~ ^[Yy]$ ]]; then
|
|||||||
echo -e "${GREEN}正在配置Caddy...${NC}"
|
echo -e "${GREEN}正在配置Caddy...${NC}"
|
||||||
sudo tee /etc/caddy/Caddyfile > /dev/null << EOL
|
sudo tee /etc/caddy/Caddyfile > /dev/null << EOL
|
||||||
$DOMAIN {
|
$DOMAIN {
|
||||||
encode gzip
|
encode brotli gzip
|
||||||
reverse_proxy localhost:7000
|
reverse_proxy localhost:7000
|
||||||
}
|
}
|
||||||
EOL
|
EOL
|
||||||
|
|||||||
Reference in New Issue
Block a user