增加帮助页面网页代码功能,以及nginx部署
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Checking Help Documentation Server status..."
|
||||
|
||||
if pgrep nginx &> /dev/null; then
|
||||
echo "✅ Help Documentation Server is running"
|
||||
echo "📄 Access URL: http://localhost:8080"
|
||||
else
|
||||
echo "❌ Help Documentation Server is not running"
|
||||
fi
|
||||
Reference in New Issue
Block a user