Initial commit: OpenCode setup and configuration

This commit is contained in:
2026-01-18 10:23:49 +08:00
commit 615cfe3eb9
11 changed files with 164 additions and 0 deletions

6
debug_nginx.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo "=== Sites Enabled ==="
ls -l /etc/nginx/sites-enabled/
echo -e "\n=== Server Names in Config ==="
sudo nginx -T 2>/dev/null | grep -E "server_name|listen"