Compare commits

..

1 Commits

Author SHA1 Message Date
Dai Nguyen
0d6aea4212 Update init 2025-10-10 10:31:26 -06:00

4
init
View File

@@ -74,3 +74,7 @@ chmod -R g+w /var/www/$WP_DOMAIN_NAME
find /var/www -type d -exec chmod 755 {} \;
find /var/www -type f -exec chmod 644 {} \;
EOF
# Cloudflared
curl --location --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb
sudo systemctl restart cloudflared.service