Initial commit: OpenCode setup and configuration
This commit is contained in:
6
debug_nginx.sh
Executable file
6
debug_nginx.sh
Executable 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"
|
||||
Reference in New Issue
Block a user