Skip to content

Commit 844fc46

Browse files
committed
chore: set ufw logging to low
1 parent bf808b4 commit 844fc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/server_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ sudo ufw default allow outgoing
494494
sudo ufw allow 22/tcp comment 'SSH access'
495495
sudo ufw allow 80/tcp comment 'Caddy HTTP to HTTPS redirect'
496496
sudo ufw allow 443/tcp comment 'Caddy HTTPS (API + UI)'
497-
sudo ufw logging full
497+
sudo ufw logging low
498498
sudo ufw --force enable
499499

500500
# Ensure UFW service starts on boot

0 commit comments

Comments
 (0)